Re: libwww documentation?

Austin S. Lin (austin@al2.com)
Wed, 9 Sep 1998 09:59:50 -0400 (EDT)


Depending on what you consider "viewable"...

[ assuming your LWP installation is in /usr/local/lib/perl5/site_perl ]

  on-screen:    perldoc LWP
  as text:      perldoc -t LWP
  as html:      pod2html /usr/local/lib/perl5/site_perl/LWP.pm 

Similarly, you can perldoc HTTP::Request, LWP::UserAgent, lwpcook,
etc.

Also, there are some examples in O'Reilly's Perl_Cookbook
(http://www.oreilly.com/catalog/cookbook/). 


- Austin

On Wed, 9 Sep 1998, Greg Nadan wrote:

> 
>     is there a someplace I can find some good documentation on
> libwww and all its functions, examples, etc. ? I know there are
> pods in the files, but I am not sure how to get them out into a
> usable format.
>