Straight Dope Message Board
Programmers - What method do you use to display comma seperated lists correctly?
The Game Room
Terminus_Est
May 3, 2011, 7:09pm
2
I’d just use the built-in join function in Perl:
$str = join “,”,
@list
;
Programmers - What method do you use to display comma seperated lists correctly?
show post in topic
Related topics
Topic
Replies
Views
Activity
Programmers - What method do you use to display comma seperated lists correctly?
Factual Questions
58
6473
May 14, 2011
MORE Php help for the array-challenged
Factual Questions
14
5551
August 27, 2010
perl: using split and keeping split /regex/ in returned array elements
Factual Questions
6
5223
February 2, 2010
A problem with the List function?
About This Message Board
4
742
October 6, 2004
perl script help
Factual Questions
18
2251
January 30, 2010