Help for this page
open (DATA, $data); my @secdata = <DATA>; my ($str) = join "",@secdata; close(DATA);
my $str = read_file $data;