Help for this page

Select Code to Download


  1. 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.
    
  2. or download this
    perl -MWWW::Mechanize -le 'print WWW::Mechanize->new->head("http://per
    +lmonks.org")->message'
    OK