executing system call

2001-12-24 Thread Durga_Prasad
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

Hash Comparision...

2001-11-30 Thread Durga_Prasad
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

Where are you from?

2001-11-10 Thread Durga_Prasad
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

basic pattern matching

2001-11-10 Thread Durga_Prasad
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

Graph generation...

2001-10-30 Thread Durga_Prasad
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