perl中怎么把哈希表的所有key值用一个数组赋值?

2024-11-06 18:28:56
推荐回答(1个)
回答1:

$hash{$_} = "Key is $_" foreach @array;