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
Lists, conjunctions and commas
Factual Questions
16
3086
April 28, 2006
punctuation question - this is an improper placement of a comma in a list, is it not?
In My Humble Opinion
16
1479
September 21, 2008
Commas
Factual Questions
20
860
January 8, 2000
Excel Guru's check in please
Factual Questions
6
929
September 5, 2001