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