in reply to Re: accessing values in hash
in thread accessing values in hash
I can print out all the usernames from the database but do you know how I can match one of these usernames towhile($hash_ref = $sth->fetchrow_hashref){ #dereference my %values=%$hash_ref; #print out usernames print $values{'username'};}
I need to print off something like "username matched"$testUsername
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: accessing values in hash
by swampyankee (Parson) on Sep 03, 2006 at 23:37 UTC |