Help for this page

Select Code to Download


  1. or download this
    sub new {
        $_[0]->{class} = shift;
    ...
        my $self = {};
        return bless $self, __PACKAGE__;
    }