Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.40 DB_FileChapter 8
Standard Modules
Next: 8.42 diagnostics
 

8.41 Devel::SelfStubber

Generates stubs in a module that uses the SelfLoader, either printing the necessary stubs or generating the whole module with the stubs inserted in the correct location before the __DATA__ token. The default is to just print the stubs.


Previous: 8.40 DB_FilePerl in a NutshellNext: 8.42 diagnostics
8.40 DB_FileBook Index8.42 diagnostics