- or download this
{
no strict 'refs';
@my_subs = grep exists &{ 'Some::Module::' . $_ }, keys %Some::Modul
+e::;
}
- or download this
use strict;
use warnings;
...
my $subs = get_subs( 'Bar' );
__END__
- or download this
'VERSION' => 'UNIVERSAL'
'baz' => 'Foo'
'can' => 'UNIVERSAL'
'isa' => 'UNIVERSAL'