Hello Jeremy,

Saturday, September 01, 2001, Jeremy Lomas <[EMAIL PROTECTED]> wrote:

JL> I have a file that I'm reading into an array. The file will be 3 colon
JL> delimited fields

JL> field1:field2:field3

JL> I then read  in another file that has an optional 4th field, and will be
JL> noted by matching the first field of this array with the first field of
JL> the first array

JL> field4:field5

JL> I want to see if field4 = field1 (it'll be numeric) if they match, I
JL> want to append field5 to the end of the record

JL> field1:field2:field3:field5

JL> am I crazy for saying I could do this?
no.

JL> Until  today I considered myself a novice Perl programmer, but now
JL> I'm not so sure. Any help would be greatly appreciated!
please show us your code?

Best wishes,
 Maxim                            mailto:[EMAIL PROTECTED]



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to