source.txt
Name|Address
Ram|USA
Geeta|India
I want to read this file into hash or map
The coulum headers should be stored as keys, and when i call the key it should say me Ram and whn i call Address as key it should say USA
Please let me know how can i do this in perl.