![]() |
|
P is for Practical | |
PerlMonks |
Re: prototypes: so many \@'s?by BrowserUk (Patriarch) |
on Apr 03, 2007 at 12:04 UTC ( #608040=note: print w/replies, xml ) | Need Help?? |
I asked a similar question at the end of Re^5: Gratuitous use of Perl Prototypes but never received an answer. Also, I originally used the same approach in Re: More functional programming utilities, but eventually decided for that purpose that multimap \( @a, @b, @c, @d, ... ); was preferable as it meant I could pass anonymous arrays and other similar constructs. Eg. multimap [...],[...];, whereas the prototype version insists upon real arrays. Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
In Section
Seekers of Perl Wisdom
|
|