Help for this page
#! /usr/bin/perl use warnings; ... while (my ($index, $val) = each @{ clone_a() }) { print "$index => $val\n"; }