Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -wT
    use CGI;
    ...
         <td colspan=2 align=\"center\"><input type=\"submit\" value=\"Sub
    +mit\"></td>
        </tr></table></form>";
    EndOfHTML
    
  2. or download this
    #!/usr/bin/perl -w
    use CGI;
    ...
    print $output;
    print "The active user is: ", `whoami`;
    print end_html;