Help for this page
package _Initializable; ... $self->_init($args); # pass them back to the calling mod }
use _Initializable; package Caller; ... return $self; }