in reply to RFC-Compliant Date String for Mail::Mailer
use POSIX qw(strftime); my $time = strftime("%a, %d %b %Y %H:%M:%S %z", localtime time); [download]