my %h = (state => "off"); my $href = \%h; print "$href\n"; # print $href->state;