Help for this page

Select Code to Download


  1. or download this
    package MySample;
    sub build_dropdown
    ...
        }
        return join "\n" , @xml;
    }
    
  2. or download this
    print HtmlDropDowns::build_dropdown(undef,
      sub { 1 .. 10 },
    ...
      'Pick a number from 1 to 10',
      5,
     );