2009/11/16 Tiffany <tiffany.vi...@gmail.com>: > Hello, Hi,
> I am not very familiar with Perl, but I am trying to use it to email > all files within a directory that have a .pdf extension using the anex > command within the Mail::SendEasy module. I have created an array > with my filenames using @files = <*.pdf>; but I am not sure how to > translate that array into email attachments using anex. Any > suggestions would be appreciated! My reading of the documentation suggests that Mail::SendEasy does not handle attachments. Have a look at MIME::Lite instead. Good luck, Dp. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/