Re: installing LWP::UserAgent on windows
- From: "Sisyphus" <sisyphus1@xxxxxxxxxxxxxxxxx>
- Date: Wed, 22 Jun 2005 10:17:45 +1000
"Nospam" <nospam@xxxxxxxx> wrote in message
news:BM%te.34327$%21.27022@xxxxxxxxxxxxxxxxxxxxxxx
> I have ActivePerl 5.8.4.810on win98se and I am trying to install
> LWP:UserAgent I downloaded the tar file from cpan.org and extracted the
> files into my c:/perrl/bin directory putting them in a folder of their own
> in the bin directory, I ran perl makefile after browsing to the directory
> the LWP:UserAgent folder were extracted to, however LWP::UserAgent doesn't
> seem to work, is there anything I have missed?
>
>
I think LWP::UserAgent comes as standard with ActivePerl - ie you should
already have it. Remove the entire directory you created, and if you haven't
stomped on the original LWP::UserAgent it should work ok. You can test that
it's there, and accessible by running:
perl -MLWP::USerAgent -le "print $LWP::UserAgent::VERSION"
(which, I think, should report '2.031'.)
Cheers,
Rob
.
- Follow-Ups:
- Re: installing LWP::UserAgent on windows
- From: Nospam
- Re: installing LWP::UserAgent on windows
- References:
- installing LWP::UserAgent on windows
- From: Nospam
- installing LWP::UserAgent on windows
- Prev by Date: installing LWP::UserAgent on windows
- Next by Date: Re: installing LWP::UserAgent on windows
- Previous by thread: Re: installing LWP::UserAgent on windows
- Next by thread: Re: installing LWP::UserAgent on windows
- Index(es):
Relevant Pages
|