in reply to Re: Re: Alternatives to User::Agent?
in thread Alternatives to User::Agent?

I figured out that the module I need to LWP::UserAgent is libwww-perl-5.69.tar.gz

Now, do I need to put anything into /lib/perl5 ?

  • Comment on Re: Re: Re: Alternatives to User::Agent?

Replies are listed 'Best First'.
Re: Re: Re: Re: Alternatives to User::Agent?
by sgifford (Prior) on Jul 22, 2003 at 04:50 UTC

    You need to compile that package and install it somewhere. If you're not the admin of the system, you'll have to install into someplace under $HOME, like $HOME/lib/perl5.

    You should be able to modify my earlier script to compile and install your module without having shell access.