Help for this page
package Foo; use UtilityClass; ... $self->helper->buttercup(); ... }
package UtilityClass; ... my $self = shift; # $self is *not* a 'UtilityClass'; ... }