or if the inside of your map is really a little more complicated, perhaps you'd like to use a temporary array:@models = map { (split /;\s*/)[1] } @models;
@models = map { my @t = split /;\s*/; ... $t[1]; } @models;
In reply to Re: deprecated split ??
by duff
in thread deprecated split ??
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |