Help for this page

Select Code to Download


  1. or download this
     foreach my $key (keys %include)
       {
    ...
       }
    
    print "$j records found\n";
    
  2. or download this
    $j++ ? ($include{$key} eq 'yes') : '';
    print "$j records found\n";