... $$arrayref[0] = "January"; $$hashref{"KEY"} = "VALUE"; # deref the hash, assign a key &$coderef(1,2,3); ...