http://www.perlmonks.org?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";