sub FETCH { my $self = shift; do_domething; $self->SUPER::FETCH(@_); }