Help for this page
-command => [\&Account_Setup, $acct]
-command => [\&Account_Setup, \$acct]
sub Account_Setup { my $acct_type = ${shift()}; print "Account Type: $acct_type\n"; }