Help for this page
my @array = ( "Alfa","beta","gamma"); ... { print "$index => $element\n"; }
0 => Alfa 1 => beta 2 => gamma