Help for this page
sub new { my $self = shift; bless \( my $scalar ), ref $self || $self; }
sub new { my $class = shift; bless \( my $scalar ), $class; }