X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fhelp.pl;h=afdd2d302df66cc0d14db4c1dba93ba20b3eaf0d;hb=dd864f3c8ed69e63f9873bf1728813a7cc56aa79;hp=6f60c05f03718470efb172565925d0c61512c725;hpb=b4826d1f4125788e14fed3adbb99e66242904e74;p=spider.git diff --git a/cmd/help.pl b/cmd/help.pl index 6f60c05f..afdd2d30 100644 --- a/cmd/help.pl +++ b/cmd/help.pl @@ -32,7 +32,7 @@ $lang = 'en' if !$lang; # The fields are:- privilege level, Language, full command name, short description # -my $h = new FileHandle; +my $h = new IO::File; if (!open($h, "$main::localcmd/Commands_$lang.hlp")) { if (!open($h, "$main::cmd/Commands_$lang.hlp")) {