Hi All, Is there a way to covert a .csv file to .tab file? I checked out the module Text::CSV_XS but I didn't see too much that made sence to me... :-)
I also looked into substitution, something like while<<INFILE>) { if(s/ , / tab or maybe 0x09 (tab)/ ) { # not sure how tab should be expressed? print OUTFILE; } } Would this work? or am I off my rocker? :-) Maybe a module that I don't know about would work better? Which one? Thanks fo the help! Brian [EMAIL PROTECTED] -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]