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 dencom 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: cnycsjohn
  • Content: Threads
  • Order by date
  1. cnycsjohn

    create page from csv

    Hello :) I'm looking to generate a document based on a csv file. I suck at perl, and am learning as I go. Here's what I have thus far.... #!perl -w # open the csv for reading. open(IPF,"csvinput.txt") or die "Failed to open csv file, $!\n"; # while info come from the IPF handle...
  2. cnycsjohn

    Perl mass cut and paste into template

    Hello everyone! Thank you for taking the time to look at this. Basically what i'm attempting to do is open every file in a directory, look at the contents and take the data between two statements (groups of html tags) that are consistently in each document and create a new file in a second...

Part and Inventory Search

Back
Top