Help for this page
my $pdf = PDF->new("$path/$aa");
foreach my $aa (@all) { ... print "$aa is corrupted\n"; } }
# from PDF/Parse.pm sub IsaPDF { return ($_[0]->{Header} != undef) ; }