Help for this page
sub new { my ($account) = @_;
sub new { my ($class, $account) = @_; return bless $accounts{$account}, $class; }