Query on sendmail problem

2005-10-05 Thread Dale
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>

Converting Date to Epoch Seconds

2001-11-30 Thread Pellerin, Dale
How do you convert a date that is already in the format MMDD into Epoch seconds? $date = 20011130 Thank you. Dale

RE: Running process in background?

2003-08-21 Thread Nicholson, 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

server side includes using cgi

2003-10-09 Thread Dale . Young
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

Perl Editors

2001-08-08 Thread Pellerin, Dale
Anyone have any suggestions for a Windows based perl editor with compiling functionality? Dale