Help for this page
use Mime::Lite MIME::Lite->send('smtp', $mail_server_name_or_ip_address, TimeOut=>60) +; ... Data=>$body_of_email ); $msg->send;
use Net::SMTP my $smtp=Net::SMTP->new($mailserver_name_or_ip_address); ... $smtp->datasend("\n$body_of_email\n"); $smtp->dataend(); $smtp->quit;
www.com | www.net | www.org
Hashes Built-in memory management Autovivification Regexes DWIM The CPAN The cool testing infrastructure The community / conferences Other feature (comment below)
Results (54 votes). Check out past polls.