Help for this page
while(chomp(my $line = <$fh>)) { $show .= "$line\n"; }
{ local $/ = undef; $show = <$fh>; }