in reply to Re: Re: weather without UserAgent.pm ?
in thread weather without UserAgent.pm ?
Here's a hint: the end result of your efforts should be a bunch of *.pm files laid out in a series of directories which match their names. So you'll see "LWP.pm" and a subdirectory called "LWP" containing "UserAgent.pm" and so on. When you've got that all you need is to point Perl at it with "use lib" and your script should work again.
-sam
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: weather without UserAgent.pm ?
by pip (Novice) on Feb 13, 2004 at 00:00 UTC |