my $hash = { this => "one", that => "two" }; print Dumper($hash); print($hash->{this}, "\n");