%hash = $query->Vars(); foreach $key (keys %hash) { print "
$key -> $hash{$key}\n"; }