実力主義のCGIスクリプトは?at PHP
実力主義のCGIスクリプトは? - 暇つぶし2ch239:nobodyさん
02/12/13 23:53 biw3Svqu
>>219
プレゼントだよぉ

#!/usr/local/bin/perl
print "Content-Type: text/html\n\n";

print "<table border=1>";
foreach (sort keys %ENV) {
 next unless /^HTTP_/;
 print "<tr><td>$_</td><td>$ENV{$_}</td></tr>";
}
print "</table>";


次ページ
続きを表示
1を表示
最新レス表示
レスジャンプ
類似スレ一覧
スレッドの検索
話題のニュース
おまかせリスト
オプション
しおりを挟む
スレッドに書込
スレッドの一覧
暇つぶし2ch