Help for this page

Select Code to Download


  1. or download this
    my @column_names = ('col1', 'col2','col3');
    my @values  = ('val1','val2','val3','val4','val5','val6');
    ...
     }
     print "</table>":
    
  2. or download this
    if ($values[$val]) {...}
    else {last;}