60eef05943eb133654f0b802583c2b613bee3405
[spider.git] / cmd / help.pl
1
2 # the help subsystem
3 #
4 # It is a very simple system in that you type in 'help <cmd>' and it
5 # looks for a file called <cmd>.hlp in either the local_cmd directory
6 # or the cmd directory (in that order). 
7 #
8 # if you just type in 'help' by itself you get what is in 'help.hlp'.
9 #
10 # Copyright (c) 1998 - Dirk Koopman G1TLH
11 #
12 # $Id$
13 #
14
15 my ($self, $line) = @_;
16 my @out;
17
18
19