in reply to Re: Loading a module at runtime...
in thread Loading a module at runtime...
What's odd is that the class::method() syntax is usually used for class method invocation, whereas $object_ref->method() is used after you've already instantiated the class/module.eval "require $module; import $module"; eval "$module->run()";
|
|---|