in reply to Re^2: unblessed reference problem
in thread unblessed reference problem
*sigh* To make
$hash->{$domain}$test; into $hash->{$domain}{$var1}{$var2}
you have to write $foo such that print $foo
prints $hash->{$domain}{$var1}{$var2}, then you can eval $foo to execute.