in reply to Re: How do I print an array with commas separating each element?
in thread How do I print an array with commas separating each element?

or...

$" = ', '; print "@array";
--
<http://www.dave.org.uk>

European Perl Conference - Sept 22/24 2000, ICA, London
<http://www.yapc.org/Europe/>
  • Comment on RE: Answer: Is there a quick way to print an array with commas seperation each element?
  • Download Code