Programmers - What method do you use to display comma seperated lists correctly?

arse-biscuit! I thought I’d posted this in GQ. Sorry. Going to repost it there.

I’d just use the built-in join function in Perl:

$str = join “,”, @list;

replied in gq…

Closing due to new thread opened in GQ.