Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.56 ExtUtils::MiniperlChapter 8
Standard Modules
Next: 8.58 ExtUtils::Mksymlists
 

8.57 ExtUtils::Mkbootstrap

Typically called from a module's Makefile. It writes a *.bs file that is needed by some architectures to do dynamic loading.

use ExtUtils::Mkbootstrap;
mkbootstrap();


Previous: 8.56 ExtUtils::MiniperlPerl in a NutshellNext: 8.58 ExtUtils::Mksymlists
8.56 ExtUtils::MiniperlBook Index8.58 ExtUtils::Mksymlists

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.