Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        $$name=$q->param($name);
        #print $name, ': ', $$name, '<BR>';
    }
    
  2. or download this
    <FORM METHOD=POST ACTION="http://mydomain.com/cgi-bin/search.cgi">
    <INPUT TYPE='text' name='a'>
    ...
    <INPUT TYPE='text' name='!'>
    <INPUT TYPE='text' name='_'>
    </FORM>