NAME
asp4 - execute asp scripts from the command-line.
USAGE
asp4 <url>
Examples
asp4 /
Same as
asp4 /index.asp
Call with arguments:
asp4 "/some/page.asp?foo=bar&baz=bux"
NOTE: because of the "?" and "&" characters, you have to "quote" requests like this.
DESCRIPTION
asp4
provides a command-line means of calling asp scripts without involving a webserver.
The entire http response is printed - using the as_string
method of HTTP::Response.