Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    ...
          $checked{$ss} ? ' selected' : '', ">\n"
       ;
    }
    
  2. or download this
    my %checked = map {$_ => 1} split(/,/,$INPUT{'ss'})