Help for this page

Select Code to Download


  1. or download this
    sub StateDrop {
    my $state = $q->param('state');
    my @states = ("1", "2", "3", "4", "5", "6");
    ...
    $menu .= "<\/SELECT>";
    return $menu;
    }