t\n";
print MAIL "Long Description : $long\n";
print MAIL "Justified?: $justified\n";
print MAIL "Name of Logger: $logger\n";
close (MAIL);
-
-
--
Dale
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>
How do you convert a date that is already in the format MMDD into Epoch
seconds?
$date = 20011130
Thank you.
Dale
For the original poster, this might help in the future:
The columns in a cron entry are as follows: minute, hour, day of month,
month, day of week. The day of week starts at 0 for Sunday through 6 for
Saturday. Examples follow.
If you wanted to have a process run every 10 minutes on Monday thr
nt "\n";
print "GuestBook Entries<\/h1>\n";
print "\n";
print "\n";
print "Name<\/th>\n";
print "<\/table>\n";
print "<\/body>\n";
print "<\/html>\n";
Thanks
Dale
Anyone have any suggestions for a Windows based perl editor with compiling
functionality?
Dale