Re: send emails via perl
[email protected] (Marc Chantreux) Wed, 19 Nov 2014 15:46:16 +0100
| Newsgroups | perl.perl4lib |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Nov 19, 2014 at 02:19:26PM +0000, PHILLIPS M.E. wrote:
> open (MAIL, "|-", '/bin/mailx', '-s', $subject, @addresses)
> || die "Failed to e-mail report: $!\n";
what's the point of using perl then?
--
Marc Chantreux,
Mes coordonnées: http://annuaire.unistra.fr/chercher?n=chantreux
Direction Informatique, Université de Strasbourg (http://unistra.fr)
"Don't believe everything you read on the Internet"
-- Abraham Lincoln