start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: getstore Chapter 17
The LWP Library
Next: Reference: is_error
 

head

head (

url

)

Returns header information about the specified url in the form of: ($content_type, $document_length, $modified_time, $expires, $server) . Upon failure, head returns an empty list.


Previous: Reference: getstore Perl in a Nutshell Next: Reference: is_error
Reference: getstore Book Index Reference: is_error