Help for this page
print join ',', @boxes;
my $printed = 0; foreach my $box ( @boxes ) { print ',' if $printed++; print $box; }