in reply to Re: Declare and slice-initialize hash in one statement?in thread Declare and slice-initialize hash in one statement?
use strict; @::hash{@keys} = @values; [download]