http://qs1969.pair.com?node_id=514339

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

hi all,

how do i "use" a module name in a scalar variable??
$mod = "my_module"; use $mod;
How to achieve this kind of usage?? Actually this throws an error.
thanks