Perlのテストスクリプト/Perlのテストスクリプト の変更点


*Perlのテストスクリプト [#mec277c1]

 #!/usr/local/bin/perl
 print "Content-type: text/html\n\n";
 print "<html>\n";
 print "<head>\n";
 print "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=euc-jp\">\n";
 print "<title>CGIテストページ</title>\n";
 print "</head>\n";
 print "<body>\n";
 print "CGIによるページの表示テスト\n";
 print "</body>\n";
 print "</html>\n";