![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Re: array references in DBIby BrianC (Acolyte) |
on May 16, 2006 at 17:44 UTC ( [id://549830]=note: print w/replies, xml ) | Need Help?? |
Thank you, ptum, for suggesting a better approach. Thanks to the rest of you for the answers to my question. I looked at Programming the Perl DBI, and they do indeed point this out and suggest the following syntax:
which, if I understand correctly, creates a new reference pointing to the underlying data so that when $ra changes the underlying data is still pointed to in @array. Cheers, Brian
In Section
Seekers of Perl Wisdom
|
|