NodeReaper has asked for the wisdom of the Perl Monks concerning the following question:
Try print @array; instead, which is equivalent to print join(($,//''), @array);
0: Using Perl 5.10-and-greater's undefined-or // operator.