my %hash = (fun => 'Simpsons') #### my $hash = { fun => 'Simpsons' } #### %hash = ... @array = ... #### $hash = ... $array = ...