|
|
| Perl Monk, Perl Meditation | |
| PerlMonks |
Re: LWP::Simple? Prototype mismatch?by Arunbear (Vicar) |
| on May 16, 2005 at 13:30 UTC ( #457444=note: print w/ replies, xml ) | Need Help?? |
|
This happens because both LWP::Simple and CGI are exporting a sub called head. You aren't using LWP::Simple::head so to prevent it from being imported you can replace with
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||