my $input = join ('', <>); #### my $input = open (IN, $ARGV[0]) && join ('', ); #### use CGI;