got routing essentially working
[spider.git] / cmd / help.pl
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..60eef05943eb133654f0b802583c2b613bee3405 100644 (file)
@@ -0,0 +1,19 @@
+# 
+# the help subsystem
+#
+# It is a very simple system in that you type in 'help <cmd>' and it
+# looks for a file called <cmd>.hlp in either the local_cmd directory
+# or the cmd directory (in that order). 
+#
+# if you just type in 'help' by itself you get what is in 'help.hlp'.
+#
+# Copyright (c) 1998 - Dirk Koopman G1TLH
+#
+# $Id$
+#
+
+my ($self, $line) = @_;
+my @out;
+
+
+