in reply to
References with hashes
my $address{Bray} = {
One way to avoid the syntax error:
my %address; $address{Bray} = {
[download]
Cheers,
Rob
Comment on
Re: References with hashes
Download
Code
In Section
Seekers of Perl Wisdom