Re: libwww in home directory

Brian Strand (bstrand@carclub.com)
Mon, 09 Nov 1998 09:49:48 -0800


You might try putting this at the beginning of your script, before you
use LWP::Request or whatever (assuming your home directory is
/usr/home/pherger)

use lib '/usr/home/pherger/site/5.00502/';

Where site/5.00502/ contains the HTML, HTTP, LWP etc. directories from
libwww.  Also, check out the 'use lib' command in your Perl
documentation, as well as the perlrun man page for environment variables
that perl checks.