CGIプログラムがやるべきこと
What a CGI program does
(1) ユーザからの要求を解釈
Understand the request from the user
(2) 何らかの計算
Perform some calculation
(3) 結果をHTMLなどの形式に変換してサーバに返す
Convert the result to HTML and return to the server