Help for this page

Select Code to Download


  1. or download this
    
    #!/usr/bin/perl -w
    ...
    
    print "These files have database entries and no PDFs: ", @contentsOfDa
    +taBase, "\n";
    
  2. or download this
    
    
    ...
    print "These files have PDFs and no database entries: ", @contentsOfDi
    +rectory, "\n";
    
    print "These files have database entries and no PDFs: ", @contentsOfDa
    +taBase, "\n";