in reply to Net::SMTP and arrays
foreach $logLine (@LogFile) { $smtp->datasend($logLine); } [download]