Help for this page

Select Code to Download


  1. or download this
    $cgi->param("current","something else");
    
  2. or download this
    use CGI;
    use strict;
    ...
               $cgi->end_form);
    
    print @buffer;
    
  3. or download this
    <form method="post" action="example.cgi" enctype="multipart/form-data"
    +>
    <input type="submit" name="edit_notes" value="edit" /><input type="hid
    +den" name="user" value="" me /><input type="hidden" name="current" va
    +lue="something"  /></form>