move ganerated stuff to local_data
[spider.git] / perl / hlptohtml.pl
index 19684615886aad019aa04532a0c6961f0a80289b..6b48df2b63b2f506960149547faac8aa67d43dcc 100755 (executable)
@@ -1,4 +1,4 @@
-#!/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
@@ -21,7 +21,7 @@ BEGIN {
 
 use strict;
 use IO::File;
-use DXVars;
+use SysVar;
 use Carp;
 
 my $lang = 'en';