in reply to Re^2: Filling a matrix
in thread Filling a matrix

Without the print call, there's no problem running it millions deep. What you have is a torture test for the Data::Dumper.

Also try with $Data::Dumper::Indent = 0; though it still segfaults.

Replies are listed 'Best First'.
Re^4: Filling a matrix
by AppleFritter (Vicar) on Aug 09, 2014 at 23:20 UTC

    Without the print call, there's no problem running it millions deep. What you have is a torture test for the Data::Dumper.

    No, it segfaults for me at 4029 even if the Data::Dumper call is commented out. Sorry, I should've made that clearer above.

    And thanks for the tip concerning $Data::Dumper::Indent; good to know!