in reply to Re: How to use modules dynamically?
in thread How to use modules dynamically?

The source is short and clear enough if you want to review it. You'll notice it too basically boils down to

    my $return = eval "CORE::require $module";