![]() |
|
No such thing as a small change | |
PerlMonks |
Re: Re: Re: Crontab error!by davorg (Chancellor) |
on Apr 04, 2001 at 14:45 UTC ( [id://69613]=note: print w/replies, xml ) | Need Help?? |
Both LWP::Simple and CGI try to export a function called head and they have different prototypes. This can lead to badness - as you've seen. However, you don't actually use either of these subroutines, so you just need to stop importing them (or, at least, one of them). Quickest fix is to change the use LWP::Simple line to: -- <http://www.dave.org.uk>
"Perl makes the fun jobs fun
In Section
Seekers of Perl Wisdom
|
|