Help for this page
use Net::SMTP; use Win32::EventLog; ... $smtp->datasend("Subject: $subject\n"); $smtp->datasend("\n"); MORE CODE AFTER THIS...