> I am trying to get the date to create a file named
> after the current date. 
> ( running under win32 )
> 
> here is the code : 
> my $datestamp=`date`;
> print "File name created : $datestamp\n";

Don't do that!  The Win32 date command is interactive - it
expects you to change the date.  Besides, what was wrong
with the "localtime" and "time" functions which work
equally well on Linux|HPUX|Win(9x|2000|NT)|AIX|Solaris etc?

Oh well, there must be time for:

$sum = `add.pl $a $b`;

Jonathan Paton :o)


__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to