in reply to Embed Perl in Perl
Is there any XS binding to the PerlInterpreter API?
Better yet, there's a core module for doing that?
use threads; ## Run code in a seperate interpreter async { ...; };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Embed Perl in Perl
by goibhniu (Hermit) on Mar 16, 2011 at 14:18 UTC | |
by BrowserUk (Patriarch) on Mar 16, 2011 at 16:50 UTC |