Can someone explain why? I am at work where they use Exchange for the e-amil system.
Here's the code:
require Mail::Send; $msg = new Mail::Send; $msg->to('fmogo@mninter.net'); $msg->subject('Send Mail Test'); $msg->delete($header); $fh = $msg->open or die "Couldn't open message: $!" ; print $fh "Just testing the Mail::Send package"; $fh->close;
In reply to Mail::Send usage question by fmogavero
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |