INFINITY -数学とかプログラミングとか-

統計とプログラムを使って役に立たせたい

TeX用コマンド入力を支援するための辞書をご利用ください。
sanctuary's blogは,適当なことが書いてあります。

cgi

xamppでcgi/perlを動かす

C:\Perlに perlをインストールしておく。 name:location.cgi #!C:\\Perl\\bin\\perl.exe #/usr/local/bin/perl print "Content-type: text/html\n"; print "Location: 「http://とか」\n\n"; exit(0); として、 ブラウザでhttp://localhost:「このへんは自分…

エラー

Error message: malformed header from script.と怒られたら、 print "Content-Type: text/html\n\n";