in reply to Re^2: perl memory use question
in thread perl memory use question

Warning: untested advice follows.

On windows you apparently must edit the binary (i.e. perl.exe) to increase stack size. You can use editbin for that.

See for example http://support.microsoft.com/kb/160683