Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $each_array->(3);
    ( $idx, $value ) = $each_array->();
    print "$idx => $value\n";