in reply to Re: Your named arguments
in thread Your named arguments
Think of it as an opportunity to do something like strict.pm for argument parameters. Furthermore it is particularly important here because the two places that need to synchronize (subroutine definition and call) are generally far apart in the text, so it is easy to miss a mismatch.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Your named arguments
by dragonchild (Archbishop) on Nov 08, 2005 at 16:54 UTC |