Help for this page

Select Code to Download


  1. or download this
    my @opts;
    
    ...
    # ... later, print out HTML select list
    
    print "<select name=foo>\n", join( "\n" => @opts ), "\n</select>";