Help for this page
sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant( +) ... ($constname = $AUTOLOAD) =~ s/.*:://; print "\nDEBUG " . $constname . "\n";