Help for this page
our $AUTOLOAD; sub AUTOLOAD { ... eval "sub $AUTOLOAD { $val }"; goto &$AUTOLOAD; }