|
|
| XP is just a number | |
| PerlMonks |
Re^3: new keyword "size" to avoid scalar trap ? ( scalar @array != scalar(LIST) )by Laurent_R (Monk) |
| on Dec 08, 2012 at 15:46 UTC ( #1007899=note: print w/ replies, xml ) | Need Help?? |
|
It is most probably the copying of the argument list (the full array) in the function call that takes this time difference. Passing a reference to the array would probably solve the issue, but the syntax would become less obvious to use.
In Section
Meditations
|
|
||||||||||||||||||||||||