http://qs321.pair.com?node_id=274563

cjcollier has asked for the wisdom of the Perl Monks concerning the following question:

I'd like to use a module named $module. I know that if I use strict that I can't do this. How would I get around this? And after I do so, how would I do something like
$object = new $module(%args);