Help for this page
use Module::Find qw[ useall ]; my @plugins = useall q/Foo::Bar/; ... my $plugin = $plugin_name->new(); }