Help for this page
sub new { my ($class, @args) = @_; ... bless $self, $class; $self; #returns $self (reference to a hash) }