Help for this page

Select Code to Download


  1. or download this
    <FORM ACTION="yourscript.pl" METHOD="POST">
    <!-- insert other form inputs here -->
    ...
    <INPUT TYPE="SUBMIT" NAME="Action" VALUE="Run Bar">
    <INPUT TYPE="SUBMIT" NAME="Action" VALUE="Store Event">
    </FORM>
    
  2. or download this
    use CGI qw/:standard/;
    
    ...
            h1 'you have to call this from the form!',
            end_html;
    }