Hello list,

 

Have a CSV file with the first column as unique which I am taking as hash
key and rest of the line as hash value. I am opening the file and putting to
hash after reading each line. There are two questions from me. 

 

1)       How to find the performance and time taken by Perl script?

2)       Is there any optimal method for reading a CSV file and put to hash
table.

 

Note: This is only a part of script doing and I am supposed to do this with
out using any default modules.

 

Thanks

Manoj

Reply via email to