--- web/cgi-bin/logviewer.cgi 2001/05/25 17:58:28 1.1 +++ web/cgi-bin/logviewer.cgi 2001/05/25 18:02:15 1.2 @@ -12,6 +12,8 @@ print "Content-type: text/html\n\n"; print ''; +$download_count = 0; + open(FILE, ") { @row = split(/\|/, $line); @@ -25,6 +27,7 @@ while($line = ) { EOT + $download_count++; } -print "
$row[5]
"; \ No newline at end of file +print "Download count: $download_count"; \ No newline at end of file