Help for this page

Select Code to Download


  1. or download this
    sub print_japanese_synonyms
    {
    ...
     }
     print $gOutputFileObj "\t\t</synonyms>\n";
    }
    
  2. or download this
    sub open_output_file
    {
    ...
      "Error in file: \"", __FILE__, "\", at line: ", __LINE__, "\n" unles
    +s $gOutputFileObj;
     binmode($gOutputFileObj, ":utf8");
    }