Help for this page

Select Code to Download


  1. or download this
    foreach (@Bar::PLUGIN_SUBS)
    {
      # error checking and the like
      *{"Foo::$_"} = \&{"Bar::$_"};
    }