How about (untested):
sub validate { my $self = shift; # do validation print STDERR "it is going to call $ISA[0] :: validate\n"; return $self->SUPER::validate(@_); }
You should be able to see the Class name in the error log.
In reply to Re: tracing SUPER
by fglock
in thread tracing SUPER
by Ranger Rick
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |