Will return:#!/usr/bin/perl my %hash = {'hello' => 'world', 'says' => 'just another perl hacker'}; my $hashref = \%hash; print "$hashref->{'says'} in the $hash{'world'}\n" ;
In reply to Re: How to access contents of a reference to a hash.
by DaleCooper
in thread How to access contents of a reference to a hash.
by opensourcer
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |