Help for this page
my $ref = { foo => "bar" }; ... print $ref{"foo"}; #3 prints "" # and under strictures throws a: # "Global symbol "%ref" requires explicit package name"