http://qs321.pair.com?node_id=1134700


in reply to Missing \t in print output

Hi Sophienz

First of all I would check the elements of the array. You can use Data::Dumper to print the array like this:

use Data::Dumper: ... print Dumper(\@arrayToPrint) . "\n";

Replies are listed 'Best First'.
Re^2: Missing \t in print output
by Sophienz (Acolyte) on Jul 14, 2015 at 13:18 UTC
    Thanks for your suggestion, the array is completely fine, so it seems like it is the printing or joining step.