Help for this page
sub can { my ($self, $meth) = @_; my $class = ref $self || $self; ... } return undef; }