in reply to Re: Re: grabbing webpage data w/o additional modules
in thread grabbing webpage data w/o additional modules
And parse the response headers that you get in reply:GET /some/directory/file/script.whatever?arguments HTTP/1.0 Host: www.example.com
See http://www.w3.org/ for details on the HTTP protocols, or examine the LWP and/or the HTTP set of modules for information. You are FAR better off finding a way to use an existing module. Good luck.HTTP/1.1 500 Internal Server Error Server: whatever Content-type: text/html My bad.
|
|---|