Help for this page
$|=1; print "<!-- LIMIT DEBUG: \n", qx{ulimit -a 2>&1}, "\n-->\n"; #-- sh +ow process limitations (unix) $SIG{PIPE} = sub { print "<!-- SIGPIPE! -->\n"; }; #-- co +uld be caused by scraping
print "<!-- ", qx{cat /proc/$$/limits 2>&1}, " -->\n";