Help for this page
sub foo { return shift()->{foo}; }
package Foo; sub with_shift { ... return $self->{foo}; }