Help for this page

Select Code to Download


  1. or download this
    my @colors = $cgi->param( 'color' ); # Note the array
    
  2. or download this
    @files = cgi->param( 'file' );