Help for this page

Select Code to Download


  1. or download this
    print "$dat\n";   #Print to screen here and it does work here.
    
  2. or download this
    print $data->{'_headers'}->{'last-modified'};
    
  3. or download this
    my $dat = (head('http://web/web.html'))[2];
    print "last-modified header value: $dat\n";