Help for this page

Select Code to Download


  1. or download this
    ($languagefile) = find(\&search_localdir, $local_inst_dir);
    
  2. or download this
    sub search_localdir {
        chomp($FILE_TO_FIND);
    ...
        return 0;
    }