Help for this page

Select Code to Download


  1. or download this
    my $hash_ref = {
                    "1" => "Peter",
                    "2" => "David"
            };
    
  2. or download this
    print $cgi->popup_menu(-name=>'menu_name',
                      -values=>$hash_ref);