Hello...

I am a beginner in Perl an I have a trouble, I am sure you are going to
help me.

Suppose I have a file with, for example, 10 lines, every one composed by
a inferior value and a superior value and a string. Every inferior value
is equal to superior value of the before line. On the other hand, I have
other file with, for example, 1000 lines with a only column of values and 
I want to create another column here with the value of the string if the
value of the column is between two values (inferior-superior) of the same 
line in the first file, I mean, it would be several consecutive lines
with the value of the string of the line 1 of first file, after, several
consecutive lines with the value of the string of the line 2, and so on.

How can I do that?, I open the files but I am not sure how to do it.

Thanks a lot!!

Excuse my english!!



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

Reply via email to