move ganerated stuff to local_data
[spider.git] / perl / hlptohtml.pl
index e0f6d0cef7b7682ad6247ff5ccc6b2bba2318f5c..6b48df2b63b2f506960149547faac8aa67d43dcc 100755 (executable)
@@ -1,11 +1,11 @@
-#!/usr/bin/perl
+#!/usr/bin/env perl
 # 
 # A program to split out the Command_en.hlp file into two
 # html documents, one for sysops, one for users
 #
 # Copyright (c) - 1999 Dirk Koopman G1TLH
 #
-# $Id$
+#
 #
 require 5.004;
 
@@ -21,7 +21,7 @@ BEGIN {
 
 use strict;
 use IO::File;
-use DXVars;
+use SysVar;
 use Carp;
 
 my $lang = 'en';