path_info実験  | 実験結果と考察

ソース

パスインフォ実験(HTMLモ好きです)
cgi.html VS cgi/html/ [トップ] > ソース

今回の実験に使った比較対照ファイルのPATH_INFOを使った実行用CGI(perl)のソースは以下のとおりとなります。



#!/usr/local/bin/perl
#**path_info実験上等
#**ロボ対策
use strict;
if($ENV{'PATH_INFO'} !~ /\/$/){exit;}
#**
@spl = split (/\//,$ENV{'PATH_INFO'});
#----読み込み
if ($spl[1] eq "html"){
	open(IN,"./pathinfojikken.cgi");
	@filetmp = <IN>;
	close (IN);
	print "Content-type:text/html; charset=shift_jis\n\n";
	foreach (@filetmp){
		print $_;
	}
}
exit;



Written By CGIです(HTMLも好き)
nobaby.nobody Presents.
CGIですCGIについて | perlについて | アクセスログ取得CGI | 相互リンク集
宣伝掲示板集 
自動登録リンク集自動リンクの作成と構成 | 攻略ALINK | 不名誉なリンク集は危険? 
[今月のお奨め][宣伝できる掲示板リンク集 Sen-den JP]http://npage.mpage.jp/
[リンクフリー検索エンジン searchengines JP]http://securityworm.hp.infoseek.co.jp/searchengines.html
[http://securityworm.hp.infoseek.co.jp/]
Powererd by cgi-html-path-info.nobaby.nobody.jp