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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.