It sounds like to me you want your perl script to get another perl script and either execute it or evaluate it's syntax. - Are you writing a perl parser?
Comment on Re: creating dynamically named 'my' variables
Actually I'm writing a data to marked up data compiler
which multiple input types at the frontend and configurable
(via perl script) at the backend. I'm writing it in
Perl so I want perl to eval the (perl) configuration.