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 ar
Placed At : BOM
Durga Prasad@SATYAM
11/30/2001 05:01 PM
Hi all,
Iam trying to compare two hash of arrays.
The idea is to compare the values and subtract.
I am trying to use the following pseudocode.
Is this approach correct?
#Pseudocode
$datai
Placed At : BOM
Durga Prasad@SATYAM
11/10/2001 03:59 PM
Seems the list members are primarily from North America.
Myself from Bombay, India. Travelled quite a bit with in India, but it was
always
exciting. Work used to take quite some time ofcourse
Placed At : BOM
Durga Prasad@SATYAM
11/10/2001 04:09 PM
Code please...
Durga Prasad
I am traversing a multidimensional hash searching for a value and
trying to delete it. However, I am ending up deleting the wrong one.
The value I'm looking for i
Placed At : BOM
Durga Prasad@SATYAM
10/30/2001 06:44 PM
Hi all,
Iam trying to genereate a daily graph based on parameters tracked every 15
minutes.
Iam using GD.pm by lincoln stein for this purpose.
The idea is to present a web based querying syst