Help for this page

Select Code to Download


  1. or download this
    sub selfcheck {
        my $self = shift;
        die "..." if ref $self ne __PACKAGE__;
        # lineage check...
    }
    
  2. or download this
    package Foo::Bar;
    # ...
    ...
    
        # ...
    }