X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fhlptohtml.pl;h=6b48df2b63b2f506960149547faac8aa67d43dcc;hb=c94ff1bf2cbe16ed59c5b273c7f6730fd7314cab;hp=19684615886aad019aa04532a0c6961f0a80289b;hpb=fd0a34c34ad4112ee21e0730f7307498ff437e18;p=spider.git diff --git a/perl/hlptohtml.pl b/perl/hlptohtml.pl index 19684615..6b48df2b 100755 --- a/perl/hlptohtml.pl +++ b/perl/hlptohtml.pl @@ -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';