in reply to PERL coredump limit

On most unix-like systems you will be able to set the core size with ulimit -c $size I guess you could wrap a call to setrlimit(3) with Inline if you don't want to use system() to call the command.

/J\