Re[2]: libwww documentation?

Andy Lester (alester@fsc.follett.com)
Wed, 09 Sep 1998 14:35 -0600


Better still, Clint Wong's _Web Client Programming In Perl_.



______________________________ Reply Separator _________________________________
Subject: Re: libwww documentation?
Author:  austin@al2.com (Austin S. Lin) at internet
Date:    9/9/98 9:59 AM


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.
>