blob: 14f2e6784244e60006103c2be12e9f011662eb71 (
plain)
1
2
3
4
5
6
7
8
|
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
|