Help for this page

Select Code to Download


  1. or download this
    
    use CGI;
    ...
    ##you can fetch selected items with
    ## my @selected = $q->param('LIST');
    
  2. or download this
    print $q->popup_menu( -name=>'LIST',
                          -values=>$values,
                          -default=>'single value'
                        );