I am using PERL to launch a precompiled C application via "system" and would like to know if there is any way to alter system limits on the coredumpsize to allow for this C application to dump core when it crashes for debugging purposes. I checked BSD::Resources but as far as I can tell its purposes are for merely checking, not setting this limit. I was wondering if there is another module that handles this, or a built-in PERL subroutine/environmental variable.