I think the tab is \t. So try s/,/\t/g ?
-----Original Message----- From: Brian Volk [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 5:21 PM To: [EMAIL PROTECTED] Subject: .csv file to .tab file? 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] -------------------------------------------------------------------------------- This email may contain confidential and privileged material for the sole use of the intended recipient. If you are not the intended recipient, please contact the sender and delete all copies. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]