Help for this page
use warnings; use strict; ... no strict 'refs'; print "Instance METHOD IS " . Dumper( \%{ref ($obj)."::" }) ; }
Instance METHOD IS $VAR1 = { 'AUTOLOAD' => *test::AUTOLOAD, ... 'new' => *test::new, 'Package' => *test::Package };