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