in reply to
Autovivification Confusion
As perl tells you, it is a syntax error. Try this instead:
my %count = (abc => 0);
[download]
See
perldata
for ways to initialize a hash.
Comment on
Re: Autovivification Confusion
Download
Code
In Section
Seekers of Perl Wisdom