nnvgps has asked for the wisdom of the Perl Monks concerning the following question:
Hi, I want to declare a hash in the following way
%flag = 0;
In the above declaration, script throws a warning like odd number of hash assignments. How to resolve this declarion?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: how to declare the hash
by rjt (Curate) on Jul 05, 2013 at 10:42 UTC | |
|
Re: how to declare the hash
by reisinge (Hermit) on Jul 05, 2013 at 10:34 UTC |