Help for this page
use strict; use warnings; ... $each_array->(3); ( $idx, $value ) = $each_array->(); print "$idx => $value\n";