Help for this page
use strict; use warnings; ... } } print join (' ', @$_), "\n" for @copy;
my @arr1 = grep { @$_ !~ /e/ } @arr;