Help for this page
sub scanfile ($) { my $filename= shift; ... return do { local $/; scan(<$handle>) }; }