Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    my $acct = BankAccount->new('Foo', '1234');
    
    print $acct->getName();
    
  2. or download this
    Foo