http://www.perlmonks.org?node_id=996933


in reply to How to import names from a dynamically required module

Use something Class::Load rather than eval STRING; almost no one checks $package_name for sanity. If that comes from anything at all untrusted, you have a code injection vulnerability.


Improve your skills with Modern Perl: the free book.