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


in reply to Reading from an appended file

Hi

Please take a look at File::Slurp Module.

use File::Slurp; use strict; my $text = read_file( 'de.txt' ) ;

Thanks
Gopal.R