В Perl есть модуль Mail-Sendmail и в этом модуле тест отправляет письмо на почту автору:
print <<EOT
Test Mail::Sendmail $Mail::Sendmail::VERSION
Trying to send a message to the author (and/or whoever if you edited test.pl)
(The test is designed so it can be run by Test::Harness from CPAN.pm.
Edit it to send the mail to yourself for more concrete feedback. If you
do this, you also need to specify a different mail server, and possibly
a different From: address.)
Current recipient(s): '$mail{To}'
EOT
;
github.com/neilb/M…iginal.t