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

Perl in a Nutshell

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

new

$

pl

 = 
ExtUtils::Packlist->new
([

plfile

])

Constructor. Takes the name of a .packlist as the optional parameter and returns a reference to a hash that has an entry for each line in the .packlist . The value associated with each key is undef for oldstyle .packlist s. For files in the extended format, the value for each key is a hash containing the key/value pairs on the line associated with that key.


Previous: 8.63 ExtUtils::Packlist Perl in a Nutshell Next: Reference: packlist_file
8.63 ExtUtils::Packlist Book Index Reference: packlist_file