in reply to Re^2: Input files <>
in thread Input files <>

As far as I can deduce from your program (which isn't inside of <code> tags, so very hard to read), @raw will be assigned the current line. @raw will never contain more than one line. Finally, when all input is seen, @raw is printed. And hence, will print the final line of the input.

Replies are listed 'Best First'.
Re^4: Input files <>
by Anonymous Monk on Apr 03, 2012 at 21:21 UTC
    Thank you for your reply. But I don't see the final line-i don't see anything.