#!/usr/bin/perl # vim: ts=4 sw=4 nowrap # Read a comments-file and output only the comments that are still relevant use Getopt::Std; require scanlib; require bugcfg; $Version = "CommentClean 1.0\nCopyright (C) Wichert Akkerman \n"; $html = 0; $statusfile = "status"; $commentfile = "comments"; sub ShowVersion() { print "$Version\n"; exit 0; } sub ShowUsage() { print <