X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=cmd%2Fhelp.pl;fp=cmd%2Fhelp.pl;h=afdd2d302df66cc0d14db4c1dba93ba20b3eaf0d;hb=a06ff95db570322cf86b713d4a6b410ea007b8e0;hp=6f60c05f03718470efb172565925d0c61512c725;hpb=84e68f5fca6f33df5e2c7c801038043d339aaac2;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")) {