start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.49 ExtUtils::Command Chapter 8
Standard Modules
Next: 8.51 ExtUtils::Install
 

8.50 ExtUtils::Embed

Generally called from the Makefile that builds your application to provide initialization functions for embedding Perl code in C or C++ applications. For example:

perl -MExtUtils::Embed -e xsinit  perl -MExtUtils::Embed -e ldopts
Uses the configuration information kept in Config.pm (see the Config module, above). Exports the following functions:


Previous: 8.49 ExtUtils::Command Perl in a Nutshell Next: 8.51 ExtUtils::Install
8.49 ExtUtils::Command Book Index 8.51 ExtUtils::Install

Library Navigation Links

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