Help for this page
sub someFunc { my @args = qw( client_number MM DD S ); # no commas here ... } # hooray }
sub someFunc { my $args = [ ... } # hooray }