in reply to Re: Sending a http request from a cron script
in thread Sending a http request from a cron script
No need to 'build an agent', for LWP comes with lwp-request and will ask you to install the aliases GET, HEAD, and POST. If you use those aliases, a simple `GET $url` will be sufficient.
|
|---|