Initializing hash of arrays

前端 未结 0 1253
独厮守ぢ
独厮守ぢ 2021-02-06 15:20

I wanted to have a hash of arrays of counters, with initial values of 0. Here is my first attempt at the code:

my @names = ("", a, b, c);
my %hsh = ();
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题