Searched defs:Embed (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DEmbed.pm1 # $Id: Embed.pm,v 1.1.1.1 2002/01/16 19:27:19 schwern Exp $
4 package ExtUtils::Embed;
284 ExtUtils::Embed - Utilities for embedding Perl in C/C++ applications
289 perl -MExtUtils::Embed -e xsinit
290 perl -MExtUtils::Embed -e ccopts
291 perl -MExtUtils::Embed -e ldopts
295 ExtUtils::Embed provides utility functions for embedding a Perl interpreter
297 Typically, an application B<Makefile> will invoke ExtUtils::Embed
302 ExtUtils::Embed exports the following functions:
315 When invoked as C<`perl -MExtUtils::Embed
[all...]

Completed in 15 milliseconds