... ${$arrayref}[0] = "January"; ${$hashref}{"KEY"} = "VALUE"; # same as above, differet syntax &{$coderef}(1,2,3); ...