Help for this page
use strict; use warnings; ... while ( defined ($next = pop @x) ) { print ",",$next } print "\n";