sub foo {say "Hello"} "foo"->(); __END__ Hello #### $arrayref->[1]; #### sub Foo::foo {say "Hello"}; bless [], "Foo"->${\"foo"}; __END__ Hello