in reply to Re^2: Referencing in Function not working correctly.
in thread Referencing in Function not working correctly.
I am using @bonly where function is called from.
Yes, I can see that.
I need the reference of the array.
Yes, that is obvious from the code.
I didn't want to perl to copy onto another array.
perl doesn't do any copying. You however seem to like to copy all your arrays to new arrays. What is that all about?
Please explain why you are doing these things.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Referencing in Function not working correctly.
by mr_p (Scribe) on Apr 02, 2010 at 17:57 UTC | |
by jwkrahn (Abbot) on Apr 02, 2010 at 19:31 UTC |