start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: read Chapter 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: read Perl in a Nutshell Next: Reference: write
Reference: read Book Index Reference: write