Transport endpoint is not connected:tcp socket

2002-11-19 Thread naveen prabhakar
experts pls help. Hello,If this is a question for a different group,could someone please redirect me. I am kind of beginner with socket prog .I am just trying to connect a server and a client.I am unable to receive data from the client. my output is port :2354 addr = 2 127.0.0.1 cant

comparing two hashes with different set of keys

2002-11-05 Thread naveen prabhakar
Hi I have two hashes with different set of keys,but I woul like to sort the two hashes by keys and compare their elements.could anyone tell me how to do this. I am trying to compare 'raimah' a hash with 'db2hash' I am trying to compare the first sorted element of raimah hash with the first

Use of uninitialized value at ./tablecomp.pl line 780, DB2 chunk 299

2002-10-24 Thread naveen prabhakar
Hi,this might be a really silly question. what values are considered as uninitialized.how can I avoid this error. what does chunk 299 mean.the chunk number remains the same for a series of such error statements.I have just tried to read from a file into an array of records and a hash of

truncation of decimal places.

2002-10-22 Thread naveen prabhakar
Hi, I have a really simple question.I have two numbers say $a = 1.55 $b=1.55 how do I compare them to exactly 6 decimals without doing a round off.I used sprintf but it does a round off. thank you. - Do you Yahoo!? Y! Web Hosting - Let the

problem using array of hashes and hash of hashes

2002-10-21 Thread naveen prabhakar
Hi experts,help!! I am reading data from a text file and storing the data in an array of hashes and hash of hashes.I dont know how and where I need to pass the reference into the array and hash and dereference it. The purpose of the code is to read data by column names and compare each record