Help for this page
sub generally_useful { my $class = shift; # ... }
sub instance_meth { my $self = shift; my $class = ref $self; }