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


in reply to Re: Advantages to passing a hash to a subroutine?
in thread Advantages to passing a hash to a subroutine?

Yes, thanks for pointing out the free PDF. Perfect!

In Perl Best Practices, they state using "Named arguments replace the need to remember any ordering..Especially if you have, or are likely to have more than three arguments."

  • Comment on Re^2: Advantages to passing a hash to a subroutine?