Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: manifindChapter 8
Standard Modules
Next: Reference: skipcheck
 

maniread

maniread ([file])

Reads the MANIFEST file specified in $file (the default is MANIFEST). Returns a hash reference whose keys are the filenames and whose values are the comments. Discards blank lines and lines starting with #.


Previous: Reference: manifindPerl in a NutshellNext: Reference: skipcheck
Reference: manifindBook IndexReference: skipcheck