or download this
~>perldoc LWP::UserAgent | ack -i \\bhead\\b
requests_redirectable ['GET', 'HEAD']
headers from the <head> section of HTML documents. The defa
+ult is
...
$ua->head( $url )
$ua->head( $url , $field_name => $value, ... )
This method will dispatch a "HEAD" request on the given $ur
+l.