print @array; # is the same as 'print join($,, @array);' print "@array"; # is the same as 'print join($", @array);'
In reply to Re: array element seperators
by MrNobo1024
in thread array element seperators
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |