Help for this page

Select Code to Download


  1. or download this
     my @htmls = qw( ... );
     my @xmls  = qw( ... );
    ...
     push @filters, map { FilterFlatFile->new($_) } @flats;
    
     $_->perform_filter() for @filters;