Help for this page

Select Code to Download


  1. or download this
    package ReblessKids;
    
    use strict;
    ...
        my $class = blessed $self;
        return $class->new( ... );
    }