|
Posted by Nospam on June 22, 2005, 2:47 am
Please log in for more thread options
it says 2.033
I am wondering if I have tried to reintall it again after having it
pre-intalled with actrive perl might have messed it up
>
> > 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
>
>
|