Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.55 ExtUtils::ManifestChapter 8
Standard Modules
Next: 8.57 ExtUtils::Mkbootstrap
 

8.56 ExtUtils::Miniperl

Generates a file, perlmain.c, that contains the bootstrap code to make the modules associated with the libraries available from within Perl. ExtUtils::Miniperl itself is generated automatically from a script called minimod.PL when Perl is built; typically, it is used from within a Makefile generated by ExtUtils::MakeMaker rather than being called directly. The module exports one subroutine:


Previous: 8.55 ExtUtils::ManifestPerl in a NutshellNext: 8.57 ExtUtils::Mkbootstrap
8.55 ExtUtils::ManifestBook Index8.57 ExtUtils::Mkbootstrap

Library Navigation Links

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