Help for this page
while (<FS>) { $OP .= $_ }
sub readfile { my $OP; ... close FS or die "Can't close $_[0]: $!"; return $OP; }