in reply to Re: LWP::Simple to judge the url
in thread LWP::Simple to judge the url
- 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.
|
|---|