|
|
| Perl-Sensitive Sunglasses | |
| PerlMonks |
Re^2: Problems with map(function, array)by Redei (Initiate) |
| on Dec 12, 2012 at 14:06 UTC ( #1008504=note: print w/ replies, xml ) | Need Help?? |
|
Thank you very much. That is just what I needed. Now, instead of sub twice { 2 * (shift // $_) } I'll use something like sub twice(_) { 2 * shift }
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||