ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
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: https://metacpan.org/release/Sub-Signatures
|