Placed At : BOM
Durga Prasad@SATYAM 12/24/2001 09:51 AM The code should be as follows: $datestamp=localtime(); open (TEMP, ">>\/usr\/local\/$datestamp"); print TEMP ("$datestamp\n"); close TEMP; exit; This is correct for Unix. Changes for Win32 are in terms of DIrectory path passing. Also, the code is of the top of my head so check for the Perl default functions for Time and Date. Rgds, Durga Prasad -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]