http://www.perlmonks.org?node_id=657589


in reply to text file reading

Replace your print line with:

print "$_\n" while $_ = $line->getLine();

Perl is environmentally friendly - it saves trees