Help for this page

Select Code to Download


  1. or download this
    my @tmp = map { ... } @somearray;
    return \@tmp;
    
  2. or download this
    return ref_of map { ... } @somearray;