in reply to use of DBI perl function fetchall_arrayref
Whatever you want to do with a reference, Use Rule 1 tells you how to do it. You just write the Perl code that you would have written for doing the same thing to a regular array or hash, and then replace the array or hash name with {$reference} .
- Comment on Re: use of DBI perl function fetchall_arrayref
- Download Code