in reply to
Sending a http request from a cron script
You can peruse
LWP
and
Mechanize
, which will probably serve you very well. BTW, if you only want to send a simple HTTP GET, try looking at
LWP::Simple
first.
Flavio
Don't fool yourself.
Comment on
Re: Sending a http request from a cron script
In Section
Seekers of Perl Wisdom