in reply to Re^3: Parse HTML contentin 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); [download]
from within your CGI script. (And then compare it with the contents of /proc/self/limits when queried from the terminal.)