Help for this page

Select Code to Download


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