- 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
- or download this
use strict;
use warnings;
...
my @stuff = head($url);
print @stuff;
- 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
- or download this
$VAR1 = bless( {
'_protocol' => 'HTTP/1.1',
...
'_method' => 'HEAD'
}, 'HTTP::Request' )
}, 'HTTP::Response' );