Help for this page

Select Code to Download


  1. or download this
    $cgi->popup_menu(
        -name    => 'unigene_build',
        -values    => [@{$dbh->selectcol_arrayref($sql)}],
        )
    
  2. or download this
    
    $sth_menu->execute();
    ...
        -values        => [keys(%menu)],
        -labels        => \%menu
        );