go ahead... be a heretic | |
PerlMonks |
Re: Re: Re: Embedding perl in C.by perlmonkey (Hermit) |
on Jul 30, 2001 at 22:41 UTC ( [id://100918]=note: print w/replies, xml ) | Need Help?? |
The options should be the same that your perl binary was
complied with. Those options should be saved in the Config
module. Read the perlembed manpage. You can use ExtUtils::Embed module to get at these options easier. This is in the above manpage:
In Section
Seekers of Perl Wisdom
|
|