Help for this page
# don't turn strict 'refs' back on return $self ->$AUTOLOAD(@_);
unshift @_, $self; goto &$AUTOLOAD;