|
|
| Perl-Sensitive Sunglasses | |
| PerlMonks |
Re: function call / return philosophiesby ehdonhon (Curate) |
| on Sep 03, 2004 at 19:03 UTC ( #388380=note: print w/ replies, xml ) | Need Help?? |
|
Varying return types has always caused problem for me down the road. Best thing to do might be to always return ref regardless of the number of parameters you receive. I think a hashref here is a better return value than an array ref. Perl already has hashes built in. If you return an array ref, you are forcing the user of your API to re-implement associative arrays.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||