Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: validateChapter 8
Standard Modules
Next: 8.63 ExtUtils::Packlist
 

write

$pl->write([plfile])

Writes to a .packlist. Optionally takes the name of the .packlist to be written; otherwise overwrites the .packlist associated with $pl. If the value associated with a hash key is a scalar, the entry written to the .packlist is a simple filename. If the value is a hash, the entry written is the filename followed by the key/value pairs from the hash.


Previous: Reference: validatePerl in a NutshellNext: 8.63 ExtUtils::Packlist
Reference: validateBook Index8.63 ExtUtils::Packlist