$ref->method(@args) #### Foo::Bar::method($ref, @args) #### tie @arr, Foo::Bar, @args #### Foo::Bar->TIEARRAY(@args) #### $hidden_object->STORE(3,4);
## Foo::Bar::method($ref, @args) ##
## tie @arr, Foo::Bar, @args ##
## Foo::Bar->TIEARRAY(@args) ##
## $hidden_object->STORE(3,4);