NAME

Chj::Class::methodnames

SYNOPSIS

use Chj::Class::methodnames;
print map { "$_\n"},methodnames($someobject);

DESCRIPTION

Return all names of methods, except for those in a stoplist; also recurses into parent packages following @ISA.

FUNCTIONS

set_stoplist(list of methodnames not to return)
  set another list than BEGIN and Dumper.
  (It sets a new hashref at $Chj::Class::methodnames::stop.)