in reply to Re^2: Simple Subroutine Question
in thread Simple Subroutine Question

The more arguments there are, the better the argument gets for passing a hash and getting named arguments. Because readability matters.

For processing those arguments I'm still happy with the method I gave at Re (tilly) 2: passing subroutine arguments directly into a hash.