Help for this page
print join ", ", @nickArray;
$, = ", "; print @nickArray;
{ local $, = ", "; print @nickArray; }