in reply to Re: Fetchrow_hash/array question with DBI/Perl
in thread Fetchrow_hash/array question with DBI/Perl
haha, yeah I did that to see how exactly the fetchrow_hashref worked. Even though I left it out of the sql query, it stil retrieved the value, which led me to think that fetchrow_hashref may retrieve all values in the table?
Thanks, I got the script working with your example etcshadow. I guess I never knew about the "fetchall_hashref", instead I used fetchrow_hashref haha.
Anthony