print @array; # is the same as 'print join($,, @array);' print "@array"; # is the same as 'print join($", @array);'