in reply to Re^2: Joining Arrays?
in thread Joining Arrays?
I agree with that. It would be nice if map (and grep) could take a variable like foreach does.
# this doesn't work my @joined = map my $url { map my $code { $url . $code } @codes } @urls;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Joining Arrays?
by pobocks (Chaplain) on Dec 21, 2008 at 06:07 UTC | |
|
Re^4: Joining Arrays?
by pKai (Priest) on Dec 21, 2008 at 17:26 UTC |