Приглашаем посетить
Ахматова (ahmatova.niv.ru)

[Chapter 8] 8.57 ExtUtils::Mkbootstrap

PreviousChapter 8
Standard Modules
Next
 

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();


PreviousHomeNext
8.56 ExtUtils::MiniperlBook Index8.58 ExtUtils::Mksymlists