Help for this page

Select Code to Download


  1. or download this
    package Module;
    use Attribute::Handlers;
    ...
        return bless($self, $class);
    }
    1;
    
  2. or download this
    #!/usr/local/bin/perl
    
    ...
    my $obj               = Module->new();
    
    print "CLASS: " . ref($obj) ."\n";