2046875c8e
Submitted by: Fabian Keil <fk@fabiankeil.de> (via email)
8 lines
336 B
Text
8 lines
336 B
Text
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/
|