#! /usr/bin/perl # vim: ts=4 sw=4 nowrap # Generate some counts for the bugreports use Getopt::Std; require scanlib; require bugcfg; use strict; use warnings; my $Version = "BugCount 1.1\nCopyright (C) Wichert Akkerman \n"; my $statusfile = "status"; my $commentsfile = "comments"; sub ShowVersion() { print "$Version\n"; exit 0; } sub ShowUsage() { print <