Help for this page

Select Code to Download


  1. or download this
    use CGI qw/:standard/;
    
    ...
                                  )
                           }  param
                )
    
  2. or download this
    C:\test>perl param.pl selected=food
    <input type="hidden" name="selected" value="food:bar" />
    C:\test>perl param.pl
    <input type="hidden" name="selected" value="bar" />