Hi,
I have a text file of form
A B C
123 34 45
234 45 67
..
..
I want to create a hash where A should be the key and B and C can be retreived from A.
And I want to create 24 such hashes through for loop.
Can somebody please tell the way to initalize such a hash and access it in for loops ? I need this to be done asap and I am not expert at it and just getting confused.
Jimmy