Hi All,
Please help me to convert csv file to a hash table with out using Text::CSV_XS , Text::CSV.
The CSV file is a dynamic file.
the fields are like this
Numb,Name,Class ,Type,......
201,Bazaar,b2,5 3,..........
121,Raymond,y1, 02,...
232,Robert,p1,0 4,............. ..
Here first line is name of fields and remaing are values to corresponding fields
Please help me to convert csv file to a hash table with out using Text::CSV_XS , Text::CSV.
The CSV file is a dynamic file.
the fields are like this
Numb,Name,Class ,Type,......
201,Bazaar,b2,5 3,..........
121,Raymond,y1, 02,...
232,Robert,p1,0 4,............. ..
Here first line is name of fields and remaing are values to corresponding fields
Comment