in reply to Pass an array reference or array indices to a subroutine?
Does the speed matter? have you profiled code that is running way too slow for practical use and found that dereferencing the array is the issue that will make all the problems go away?
If the answer to either of the questions above is 'no' then why are you wasting your time and our time optimising this code?
|
|---|