Help for this page

Select Code to Download


  1. or download this
    foreach my $dir_try ( @copyOfContentsOfDirectory ) {
        push @pdfNoMatchingDirectory, grep { $_ ne $dir_try } @contentsOfD
    +ataBase;
    }