$arrayref->[0] = "January"; $hashref->{"KEY"} = "VALUE"; # still the same, witha arrow operator $coderef->(1,2,3);