Help for this page
sub foo { my $self = shift; ... $self and ref $self and $self->isa(__PACKAGE__); # actual body of code }
method sub {} # $SELF=shift, check $SELF & isa instance method sub {} # =method modifier + ref $SELF class method sub {} # =method modifier + !ref $SELF & /\W/ & de +fined namespace