Using the function below in a perl module named LWP::Simple Module
head($url)
Get document headers. Returns the following 5 values if successful: ($content_type, $document_length, $modified_time, $expires, $server)
Returns an empty list if it fails. In scalar context returns TRUE if successful.
The function returns the line below:
HTTP::Response=HASH(0x10258a68)
What does this mean?
Tim Briggs
head($url)
Get document headers. Returns the following 5 values if successful: ($content_type, $document_length, $modified_time, $expires, $server)
Returns an empty list if it fails. In scalar context returns TRUE if successful.
The function returns the line below:
HTTP::Response=HASH(0x10258a68)
What does this mean?
Tim Briggs