foreach ($CatchMyEye as $blogpost) { print $blogpost;}
Blogcrowds Blogger Template
Emailing a file via cron Very handy discussion on emailing an attachment from a cron job here at devshed. I tried this out , using the Mime::Lite perl module, and it works flawlessly.