/[suikacvs]/perl/lib/counter.pl
Suika

Contents of /perl/lib/counter.pl

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Fri Aug 15 08:15:52 2003 UTC (22 years, 11 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
FILE REMOVED
Historical

1 wakaba 1.1 #!/usr/bin/perl
2    
3     exit unless $main::ARGV[0];
4     exit if $main::ARGV[0] =~ /[^0-9A-Za-z_-]/;
5    
6     $Suika::CGI::_noheader = 1;
7     require Suika::CGI;
8    
9     print Suika::CGI::Log::visit($main::ARGV[0]);
10    
11     1;

[email protected]
ViewVC Help
Powered by ViewVC 1.1.24