in reply to Re: Can you create another perl interpreter within the current script?
in thread Can you create another perl interpreter within the current script?
One possible solution is creation of separate process so it can compile that package without execution. See source code of package O to find how to do it. B::Deparse can be used to obtain source code of those subs.
--
Ilya Martynov
(http://martynov.org/)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Can you create another perl interpreter within the current script?
by broquaint (Abbot) on Mar 05, 2002 at 00:50 UTC |