Help for this page

Select Code to Download


  1. or download this
    <form method="post" action="/cgi-bin/myScript?location=value">
    
  2. or download this
    my $location = param('location');
    
  3. or download this
    <form method="post" action="/cgi-bin/myScript">
    <input type="hidden" name="location" value="val">