http://www.perlmonks.org?node_id=766254


in reply to Re^6: Preferred technique for named subroutine parameters?
in thread Preferred technique for named subroutine parameters?

++. If you are going to write verification code, then it's worth verifying with something like Params::Validate. You can always disable it in production level code if performance becomes an issue.