One of the strongest complaints about Perl is its poor argument handling.
Simply passing everything in the @_ array is a serious limitation. This
module aims to rectify that.

With this module, we can specify subroutine signatures and automatically
dispatch on the number of arguments.

WWW: http://search.cpan.org/dist/Sub-Signatures/
