Help for this page

Select Code to Download


  1. or download this
    my $doclist = [['prod1'], ['prod2']];
    
  2. or download this
    my @flat_doclist = map $_->[0], @$doclist;
    
    # and then later:
    print scrolling_list(-name => 'cboProj',
                         -values => \@flat_doclist);