Help for this page

Select Code to Download


  1. or download this
      if ( defined &{My::Foo::Bar::a_method} ) {
        ...
      }
    
  2. or download this
      no strict "refs";
      if ( defined &{"${x}::a_method"} ) {
        ...
      }