M
Marc Heiler
I have a script, foobar.cgi
I can load it into my browser, as in
http://localhost/foobar.cgi
It generates html code. I am using Apache on Linux here,
everything is local only.
My question is:
Is there an easy way to grab that generated html code and
display it (as a long string) on a console?
I thought lynx -dump might help but it doesn't, plus it is
not a "ruby only" solution, which I would prefer (since
I'd like this to work on windows as well, even without
lynx around)
I can load it into my browser, as in
http://localhost/foobar.cgi
It generates html code. I am using Apache on Linux here,
everything is local only.
My question is:
Is there an easy way to grab that generated html code and
display it (as a long string) on a console?
I thought lynx -dump might help but it doesn't, plus it is
not a "ruby only" solution, which I would prefer (since
I'd like this to work on windows as well, even without
lynx around)