Reading a variable file name

2004-07-13 Thread RHug505456
Greetings, Would someone be kind enough to point me in the right direction to solve this problem? An application creates XML files in a subdirectory, which I then convert to EDI. That part is now working fine. My problem is that the application creates files during the day, with slightly dif

Reading the Array line

2004-06-18 Thread RHug505456
Greetings, I have an array with multiple rows. Each row is a record with several elements. I wish to do two things: Read each line and print out some of the data. Find multiple related lines in a second array, and print out some of the data. More specifically, in the first array is header inf

Reading a comma delimited file into an array

2004-06-18 Thread RHug505456
Greetings, As a learning Perl Person, this is fun. Would someone please point me in the correct direction to read a comma delimited file and put it into an array? The fields are always in the same position, blank fields will have a comma. My sample is: header10,header11,,header13 header20,hea