Help for this page

Select Code to Download


  1. or download this
    package _Initializable;
    
    ...
       $self->_init($args); # pass them back to the calling mod
    }
    
  2. or download this
    use _Initializable;
    package Caller;
    ...
      return $self;
    
    }