in reply to Re^5: Question about Table.pm
in thread Question about Table.pm

Ok, I did get a "dummy" file of mine to work.. for whatever reason, I had to do the fromCSV("filename") part as fromCSV("filename",0) and allow it to create generic column headers for me (or I could specify the values of those as well, according to the CPAN doc). This leads me to believe that it has something to do with the contents of my specific csv file that I created. Do I have to have all whitespace removed from the values before I can use the Data::Table (Table.pm) module? If not, are there any other specific rules that apply to using this module? Thanks very much!