in reply to Re^3: 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.

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!