in reply to Re: use vs. require in LWP::Simple
in thread use vs. require in LWP::Simple
Now the get works without the explicit package namespace.require LWP::Simple; import LWP::Simple; my($content) = get($url);
Not sure what if any damage I'm doing using an import with zero idea of proper arguement. So I'll keep the explicit use of LWP::Simple namespace for the moment.
Thanks again
Claude
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: use vs. require in LWP::Simple
by repson (Chaplain) on Apr 22, 2001 at 16:45 UTC |