8-31
hello all...
I just found this newsgroup today and a search through headers turned up
nothing quite like this. Please tell me if this is possible and if so,
how to go about it.
I have a file that I'm reading into an array. The file will be 3 colon
delimited fields
field1:field2:field3
I then read in another file that has an optional 4th field, and will be
noted by matching the first field of this array with the first field of
the first array
field4:field5
I want to see if field4 = field1 (it'll be numeric) if they match, I
want to append field5 to the end of the record
field1:field2:field3:field5
am I crazy for saying I could do this? Until today I considered myself a
novice Perl programmer, but now I'm not so sure. Any help would be
greatly appreciated!
Thanks
Jeremy Lomas
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]