Allow synonyms for localhost
[spider.git] / perl / hlptohtml.pl
index 0e00607eefb5b753327ab2c019bedc0104f8c832..6b48df2b63b2f506960149547faac8aa67d43dcc 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/env 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';