Hi,
>
> was working today on the standard MailFormTo utility function, when I ran
> into a problem trying to get the emails sent succesfully.
>
> When connecting to a Qmail or SendMail MTA, mail will not be accepted
> by the server because of missing parts in the way Embperl.pm uses
> Net::SMTP.
>
> does anybody here knows why i sometimes get a 16 hrs delay when i use this
> code below to get the date?
>
> ($sec, $min, $hour, $mday, $mon, $year, $wday) =
> (localtime(time))[0,1,2,3,4,5,6]
Just writing
($sec, $min, $hour, $mday, $mon, $year, $wday) = localtime ;
has the same result and is
does anybody here knows why i sometimes get a 16 hrs delay when i use this
code below to get the date?
($sec, $min, $hour, $mday, $mon, $year, $wday) =
(localtime(time))[0,1,2,3,4,5,6]
$year += 1900;
here are my outputs...
July 6, 2000:14:18:38
July 5, 2000:22:18:38
July 6, 2000:15:58:8
July 6,