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
In reply to Re^2: accessing values in hash
by mattdope
in thread accessing values in hash
by mattdope
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |