Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jggrossm
  • Content: Threads
  • Order by date
  1. jggrossm

    tabl-delimited to comma-delimited

    I only use perl now and then, so I'm not a whiz at it. This might seem wicked obvious to you all, but I'm trying to use this: perl -pi.bak -e 's/\t/,/g' myfile.txt which I found here: http://www.devdaily.com/perl/edu/qanda/plqa00022.shtml to convert some tab-delimited files into...
  2. jggrossm

    print to screen but blank to file!?!

    Hi all. I'm new at perl. Just using it to strip some fields of a comma-delimited file. This code works when printing to the screen, but not to a file. Any help would be much appreciated. #!/usr/bin/perl -w #STRIPS last 5 fields off a comma-delimited file #OPENS FILE open (DI...

Part and Inventory Search

Back
Top