in reply to Recursive program

hello newtoperl101

I wonder how it will be if you change this line

$exchange->stdxls_write($exchange->stdxls_row(), \@line);
to
print join('', @line) . "\n";
I mean I would like to separate excel things from recursive call problems.
regards.