Help for this page

Select Code to Download


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