changed FileHandle to IO::File in cmds
[spider.git] / cmd / help.pl
index 6f60c05f03718470efb172565925d0c61512c725..afdd2d302df66cc0d14db4c1dba93ba20b3eaf0d 100644 (file)
@@ -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")) {