in reply to Reaped: Space character when using push function on arrays
Try print @array; instead, which is equivalent to print join(($,//''), @array);
0: Using Perl 5.10-and-greater's undefined-or // operator.