5. Only wonder down the msg queue every minute
[spider.git] / cmd / dbdelkey.pl
diff --git a/cmd/dbdelkey.pl b/cmd/dbdelkey.pl
new file mode 100644 (file)
index 0000000..34198bf
--- /dev/null
@@ -0,0 +1,12 @@
+#!/usr/bin/perl
+#
+# Database update routine
+#
+# Copyright (c) 1999 Dirk Koopman G1TLH
+#
+my ($self, $line) = @_;
+my @f = split /\s+/, $line;
+my @out;
+
+
+return (1, @out);