Help for this page
my $array=[]; #$array is a refrence to an anonymous array my @array;
$array[1];
$array->[1];
my @sorted=map {$_->[0]} ... );