Lingua-Stardict-Gen Tool to generate stardict files from a hash table. $dic = { word1 => ... word2 => ... } escreveDic($dic, "DicName"); 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) 2005 J.Joao This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.