Lingua-StarDict-Gen

Tool to generate stardict files from a hash table.

 $dic = { word1 => ...
          word2 => ...
        }

 escreveDic($dic, "DicName")

A tool (term2stardict) is provided to imports certain formats of 
  terminologies

INSTALLATION

To install this module, run the following commands:

    perl Makefile.PL
    make
    make test
    make install


COPYRIGHT AND LICENCE

Put the correct copyright and licence information here.

Copyright (C) 2008 J.Joao

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.