Help for this page

Select Code to Download


  1. or download this
    sub text_to_html {
        my $s = shift;
    ...
        $output .= "</SELECT>";
        return $output;
    }
    
  2. or download this
    sub build_select_field_from_db {
    # --------------------------------------------------------
    ...
        $output .= "</SELECT>";
        return $output;
    }