Help for this page
sub new { my $class = shift; ... sub init { 1; }
sub init { my $self = shift; ... return 0; } }