Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: readChapter 8
Standard Modules
Next: Reference: write
 

validate

$pl->validate([arg])

Checks that each file in the .packlist exists. An optional argument can be specified; if the argument is present and evaluates to true, missing files are removed from the internal hash. Returns a list of missing files, or an empty list if the files all exist.


Previous: Reference: readPerl in a NutshellNext: Reference: write
Reference: readBook IndexReference: write