in reply to Subroutine Bewilderment

Simply always use the same basic style. By the time you are sophisticated enough to have special needs, you'll probably also know how to do that special thing, or you can look it up.

Definition:

sub foo { ...code... }
Use:
foo($arg1, $arg2);