Help for this page

Select Code to Download


  1. or download this
    use strict; use warnings;
    use CGI;
    ...
    print $cgi->header;
    print $opt;
    print "wtf";
    
  2. or download this
    <form action="main.pl" method="POST"/>
    <input type="hidden" name="action" value="PLEASE" />
    <input type="submit" name="submit" value="Submit" />
    </form>