in reply to Re^3: problem with File::Cat
in thread problem with File::Cat

hmm, thats a very good point. Then
{ local $\ ; while (<FILE>) { print $handle $_; } }
would probably be the best solution, or do I miss something (again) ?

LuCa