in reply to How do I make a hash entry anonymous

Hash entries need keys. If you don't want keys, you have an array (or array reference). This might do what you want (for some value of want):
$VAR1 = [ # changed '{' to '[' { 'x' => '13', 'y' => '2', 'z' => '41', }, { 'x' => '6', 'y' => '6', 'z' => '22' } ] # changed '}' to ']'

-QM
--
Quantum Mechanics: The dreams stuff is made of