in reply to Re^4: Parse HTML content
in thread Parse HTML content
Depends on a variety of factors... On newer Linux boxes you could, for example, do
print qx(cat /proc/self/limits);
from within your CGI script. (And then compare it with the contents of /proc/self/limits when queried from the terminal.)
|
|---|