#!/usr/bin/perl ###変更履歴###################################################### #1999/06/14 カウンタ総合計ページを作成 #2000/04/14 mtecwebに移行 ################################################################# require 'cgi-lib.pl'; #CGIライブラリ # ============================================== # フォーム読み込み # ============================================== &ReadParse(*in); $kubun = $in{'kubun'}; #管理者権限 $User = $in{'user'}; #ユーザ名取得 # ============メイン================= print "Content-type: text/html\n\n"; print "\n"; print "
カ ウ ン タ ー
\n"; print "| ページ名 | \n"; print "本日 | \n"; print "昨日 | \n"; print "通算 | \n"; print "
| $pagedat{$cntname} | \n"; #本日データ取得 open(FILE,"data/today/$cntname.txt"); $today=$today | \n"; #昨日データ取得 open(FILE,"data/day/$cntname.txt"); $day=$day | \n"; #通算データ取得 open(FILE,"data/all/$cntname.txt"); $all=$all | \n"; #合計計算処理 $gall = $gall + $all; $gtoday = $gtoday + $today; $gday = $gday + $day; $gcnt = $gcnt + $cnt; print "