X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fhlptohtml.pl;h=6b48df2b63b2f506960149547faac8aa67d43dcc;hb=refs%2Fheads%2Fstaging;hp=e0f6d0cef7b7682ad6247ff5ccc6b2bba2318f5c;hpb=6ea05be3ca5b4857bb319782c408d5784658ec20;p=spider.git diff --git a/perl/hlptohtml.pl b/perl/hlptohtml.pl index e0f6d0ce..6b48df2b 100755 --- a/perl/hlptohtml.pl +++ b/perl/hlptohtml.pl @@ -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';