in reply to Re: Declare and slice-initialize hash in one statement?
in thread Declare and slice-initialize hash in one statement?

Note that the creation of the package hash isn't due to the absense of 'use strict', but the absense of a 'my' keyword.
use strict; @::hash{@keys} = @values;
creates a package hash as well.
Perl --((8:>*