join { $a + $b } @list; # Computes the sum of the list join foo, @list; # builds a string in the old-fashioned way, even if foo returns a coderef