Help for this page
use strict; ... my %hash = ('arf' => {'spot' => {'dog' => 3}}); print $hash {$a}->{$b}->{$c}; }
here! Use of uninitialized value in hash element at test.txt line 23. ... here! Use of uninitialized value in print at test.txt line 23.