Help for this page

Select Code to Download


  1. or download this
    #!C:\perl\bin\perl.exe -wT
    use strict;
    use CGI qw/:standard/;
    ...
    chomp;
    print "$_\n";
    }