Help for this page

Select Code to Download


  1. or download this
    sub accountnumber {
       my ($self, $num) = @_;
    ...
          return $self->{account_num};
       }
    }
    
  2. or download this
    use base qw(Class::Accessor);
    
    __PACKAGE__->mk_accessors(qw(accountnumber));