Using the LWP module to download a URL.
This one line command downloads a URL and the finds certain lines and emails them to whomever.
$ perl -MLWP::Simple -e "getprint 'http://cpan.org/RECENT'" \
| grep "/by-module/Acme" | mail -s "New Acme modules! Joy!" $USER
[Click to add or edit comments])
Please prepend comments below including a date