my @combined = (@urls X @ids).map: {$^a ~ $^b}; #### my @combined = @urls X~ @ids;