Help for this page
Not a HASH reference at BankAccount.pm line 21
sub new { my $class = shift; ... my $self = shift; return $self->{"name"}; }