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...