in reply to Re: Dynamic Class Loading, Compilation, & Speed
in thread Dynamic Class Loading, Compilation, & Speed
require "$class.plm"
Note, that won't work if $class='My::Class', you have to replace '::' with '/'. Module::Load takes care about this.
|
|---|