Help for this page

Select Code to Download


  1. or download this
    my $j = grep { $_ eq 'yes' } values %include;
    print "$j records found\n";
    
  2. or download this
    $j++ if $include{$_} eq 'yes';