134.117.5.8
www.scs.carleton.ca
GET /~weiss/courses/205/index.html HTTP/1.0 Host: www.scs.carleton.ca
HTTP/1.0 200 OK Date: Sat, 06 Jan 2001 10:05:30 GMT Server: Apache/1.2.13 (Linux) Last-Modified: Wed, 03 Jan 2001 20:14:26 GMT ETag: "0-9db-3a538822" Accept-Ranges: bytes Content-Length: 2523 Connection: close Content-Type: text/html <html> <head> <title>95.205 C/D - Internet Applications</title> ...
#!/usr/bin/perl use strict; my $time = localtime; print "Content-Type: text/html\n\n"; print "The current time on this server is: $time";
The current time on this server is: Sat Jan 6 21:58:25 2001