http://qs1969.pair.com?node_id=929209

raj000 has asked for the wisdom of the Perl Monks concerning the following question:

Hi experts,

Is there any way we can read the flat file by field names. For example I have a flat file like

name=AAAAAAAA DOB=10101970

name=BBBBBBBB DOB=10101971

name=CCCCCCCC DOB=10101972

Is there a way to refer these values by name, DOB after i read the record in the PERL program?

Thank you very much in advance