Help for this page
sub new { my ($class,$args_for) = @_; ... $self->_initialize($args_for); return $self; }
# this will fail, because 'a' is unquoted ... # this won't break things my %hash = (a => 1);