Sigils: %

% unpacks hashes

[% a = { pi => 3.142, phi => 1.618 } b = { e => 2.718 } c = { %a, %b } %]--EOF--
look inside...
Thus Spake Andy:

% can be used to unpack hash arrays.