Help for this page

Select Code to Download


  1. or download this
      use HTTP::Date qw(time2str);
    
      my $now = time2str($filetime);
    ...
    
      print "Last-modified: $now\n";
      print "Expires: $expires\n";