Help for this page

Select Code to Download


  1. or download this
    my $input = join ('', <>);
  2. or download this
    my $input = open (IN, $ARGV[0]) && join ('', <IN>);
  3. or download this
    use CGI;