Help for this page

Select Code to Download


  1. or download this
        *{"Foo::bar"} = sub {print "Hello, world"};
    
  2. or download this
        *{"Foo::bar"} = \&{"Baz::quux"};