Help for this page
my $tools = new TOOLS; $tools->SUPER::Callme(); # it should call the AGENT::Callme $tools->Callme();
package TOOLS; ... $self->SUPER::Callme(); # do stuff. }