Help for this page
use strict; use warnings; ... modfifyHash( \(%x, %y, %z) ); dd \(%x, %y, %z);
({ a => "red" }, { b => "green" }, { c => "black" }) ({ a => "circle" }, { b => "square" }, { c => "rectangle" })