Help for this page

Select Code to Download


  1. or download this
    my $x=bless {},"My::B";
    
  2. or download this
    croak "Must be called from a My::A class or subclass."
          unless UNIVERSAL::isa(scalar caller(),"My::A");