The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

RWDE::Proxy

Proxy object for getting the specific functionality of a particular object

invoke({ class => class_name, function => function_name, params => function_params})

To avoid require, eval and invocation from within a block of code, which is suboptimal, the proxy object instantiates the object, invokes the function with the given params hash and returns the result.