Help for this page

Select Code to Download


  1. or download this
     $|=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
    
  2. or download this
    print "<!-- ", qx{cat /proc/$$/limits 2>&1}, " -->\n";