Array Joining Delimiter Arrays and slices are interpolated into double-quoted strings by joining the elements with the delimiter specified in the $" variable ($LIST_SEPARATOR if "use English;" is specified), space by default. The following are equivalent: $temp = join($", @ARGV); system "echo $temp"; system "echo @ARGV";