Though I'm not sure what you tried to achieve in 'fea_*()'
In sub { map {$_ = $_ + 1} @_ }; you are changing the array alias in place but effectively only returning the result from map.
So whats the intended benefit?
Cheers Rolf
( addicted to the Perl Programming Language)
In reply to Re^3: Transform Sequence Problem
by LanX
in thread Transform Sequence Problem
by wbirkett
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |