Help for this page
use warnings; use strict; ... my $acct = BankAccount->new('Foo', '1234'); print $acct->getName();
Foo