![]() |
|
Perl-Sensitive Sunglasses | |
PerlMonks |
Re^3: how to assign hash element value to scalar?by Hofmator (Curate) |
on Nov 15, 2006 at 07:42 UTC ( #584116=note: print w/replies, xml ) | Need Help?? |
Well, as an aside ... if you pass that many parameters to a subroutine, have you considered using a hash and using name => value pairs? That would greatly reduce the risk of errors and makes all these variable declarations unnecessary ...
I was thinking of something like the following ... suitably adjusted to your concrete requirements of course (are all parameters necessary, should they get a default value if not given, ...)
-- Hofmator Code written by Hofmator and posted on PerlMonks is public domain. It is provided as is with no warranties, express or implied, of any kind. Posted code may not have been tested. Use of posted code is at your own risk.
In Section
Seekers of Perl Wisdom
|
|