Help for this page
my @tmp = map { ... } @somearray; return \@tmp;
return ref_of map { ... } @somearray;