Help for this page
$cat2 = `/bin/cat data.txt`;
open(FH, 'data.txt') or die(); my $tmp_fs = $/; ... $/ = $tmp_fs; close(FH);