Help for this page

Select Code to Download


  1. or download this
    my $ONE_TRUE_INSTANCE = __PACKAGE__->new;
    sub new {
    ...
        # normal constructor here
        ...
    };
    
  2. or download this
    package Defaulton;
    
    ...
    };
    
    1;