Help for this page
my %hash = (fun => 'Simpsons')
my $hash = { fun => 'Simpsons' }
%hash = ... @array = ...
$hash = ... $array = ...