Help for this page

Select Code to Download


  1. or download this
    <!-- html -->
    <input name=mylist_1  ... >
    <input name=mylist_2  ... >
    <input name=mylist_3  ... >
    
  2. or download this
    @listitems = map(/mylist_(.*)/,$q->param();
    
    # later...
    $value = $q->param( 'mylist_'.$listitems[3] );