my $sgv = $dbh->prepare("show variables"); $sgv->execute(); my $href = $sgv->fetchall_hashref('Variable_name'); my $var_to_print = 'back_log'; print $$href{$var_to_print}{'Value'};
In reply to Re: How to access hash value based on user defined condition.
by olus
in thread How to access hash value based on user defined condition.
by aalneyperl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |