トイレットペーパーに字を書く筆圧で
[トイレットペーパーに字を書く筆圧で], 初出: 2006/03/08(Wed) 12:00:00, 最終更新: 2006/03/08(Wed) 20:23:41
#!/usr/bin/perl use strict; print "Content-Type: text/plain\n\n"; print 'Always in motion is the future.'; __END__というとても簡単なスクリプトはすでにCGIとしての機能を果たすわけです。
Content-Type: text/plain Always in motion is the future.となるわけです。
HTTP/1.1 200 OK Date: Tue, 14 Mar 2006 12:00:00 GMT Server: Apache/1.3.33 (Darwin) Content-Type: text/plain Always in motion is the future.ちゃんとStatus-Codeは200でReason-PhraseはOKということが加えられて返ってきています。
| Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 |
