So... I'm trying to find out if there are memory limitations on Perl running on Windows systems, something similar to ulimit.
Besides simply writing code that uses less memory, are there ways to boost the amount of memory Perl can use before crapping out? Does it matter if it's a 32- or 64-bit system? Thanks a bunch.