Help for this page

Select Code to Download


  1. or download this
    <input type="submit" name="action" value="Search">
    <input type="submit" name="action" value="Logout">
    
  2. or download this
    use CGI;
    
  3. or download this
    if (param("action") eq "Search") {
       # ...
    }
    # ...