in reply to Run Perl from within Perl

You can run code in another perl interpreter from within your current one with Inline::Perl.

What makes you want this?