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,53,..........
121,Raymond,y1,02,...
232,Robert,p1,04,...............
Here first line is name of fields and remaing are values to corresponding fields