http://qs321.pair.com?node_id=731900


in reply to Re^3: Joining Arrays?
in thread Joining Arrays?

If the map BLOCK is more complicated than [insert personal threshold here], or they are nested I just declare the variable myself.

@joined = map { my $url = $_; map { my $code = $_; $url . $code; } @codes } @urls;