Help for this page

Select Code to Download


  1. or download this
    Connection: close
    Date: Tue, 21 Mar 2006 21:10:49 GMT
    ...
    Client-Response-Num: 1
    Link: <mailto:cpan@perl.org>; rev="made"
    Title: CPAN
    
  2. or download this
    use strict;
    use warnings;
    ...
    my @stuff = head($url);
    
    print @stuff;
    
  3. or download this
    C:\Documents and Settings\admin\Desktop>perl test.pl
    Use of uninitialized value in print at test.pl line 12.
    text/html58031142892063Apache/1.3.29
    
  4. or download this
    $VAR1 = bless( {
                     '_protocol' => 'HTTP/1.1',
    ...
                                            '_method' => 'HEAD'
                                          }, 'HTTP::Request' )
                   }, 'HTTP::Response' );