FILE ... TOC

return the page state message

Returns the English language message of the HTTP state of the page. These are like "OK 200" or "404 Not found" to mention the most well known examples.

There are also states that may come from the socket handling process, when retrieval can not get the page.

Usage:

           print $page->state_message

FILE ... TOC