in reply to Re: Re: Can you create another perl interpreter within the current script?
in thread Can you create another perl interpreter within the current script?

> Sounds like a very crazy idea.
It is >:-)

> B::Deparse can be used to obtain source code of those subs.
That's close to what I want, and is probably going to be the most practical. I get the feeling I can't compile the optree and then selectively stop execution in the same script. I could just wait til TheDamian has the time to create and finish Parse::Perl ... hmmm.
Thanks for the input IlyaM!

broquaint

  • Comment on Re: Re: Re: Can you create another perl interpreter within the current script?