- or download this
$some_object->one_method->other_method( [map { ... } map {...} @$sourc
+e_aref] )
- or download this
$some_object->one_method->other_method( [
map {
...
...
} @$source_aref
]);
- or download this
use subs qw(
fribble_aref
...
sub frobble_aref {
return [map { ... } @{+shift}];
}