| |
トップページ
目次
スクリプト
リソース
書籍トップへ
|
正誤表
第3版
| ページ |
誤 |
正 |
P19 ソース 10行目 |
print "</HTML>\n" |
print "</HTML>\n"; |
P248 schedule1.cgi 56行目 |
+int((13*$month+8)/5) + $day) % 758: ); |
+int((13*$month+8)/5) + $day) % 7 ); |
第2版
| ページ |
誤 |
正 |
P19 ソース 10行目 |
print "</HTML>\n" |
print "</HTML>\n"; |
P41 URL |
http://cgi-lib.stanford.edu/cgi-lib/ |
http://cgi-lib.berkeley.edu/ |
P179 figure 5つめ |
(3)・・・($position=0,$status=0) |
(3)・・・($position=12,$status=2) |
P203 ans2.html 3行目 |
action="./anser.cgi" |
action="./ans2.cgi" |
P223 chat3.cgi 95行目 |
close<FILE> |
close(FILE) |
P248 schedule1.cgi 56行目 |
+int((13*$month+8)/5) + $day) % 758: ); |
+int((13*$month+8)/5) + $day) % 7 ); |
P254 ソース 17行目 |
action=\"search1.cgi\" |
action=\"search.cgi\" |
第1版
| ページ |
誤 |
正 |
P19 ソース 10行目 |
print "</HTML>\n" |
print "</HTML>\n"; |
P41 URL |
http://cgi-lib.stanford.edu/cgi-lib/ |
http://cgi-lib.berkeley.edu/ |
P179 figure 5つめ |
(3)・・・($position=0,$status=0) |
(3)・・・($position=12,$status=2) |
P203 ans2.html 3行目 |
action="./anser.cgi" |
action="./ans2.cgi" |
P209 ソース 26行目 |
open(FILE,"| $sendmail"); |
open(MAIL,"| $sendmail"); |
P223 chat3.cgi 95行目 |
close<FILE> |
close(FILE) |
P248 schedule1.cgi 56行目 |
+int((13*$month+8)/5) + $day) % 758: ); |
+int((13*$month+8)/5) + $day) % 7 ); |
P254 ソース 17行目 |
action=\"search1.cgi\" |
action=\"search.cgi\" |
P346 本文 4行目 |
Compaq社のTrue64 UNIX |
Compaq社のTru64 UNIX |
|