Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        no strict 'refs';
        print "\nInstance METHOD IS  " . Dumper( \%{ref ($obj)."::" }) ;
        }
    
  2. or download this
    
    Instance METHOD IS  $VAR1 = {
    ...
              'new' => *test::new,
              'Package' => *test::Package
            };