Outaspace has asked for the wisdom of the Perl Monks concerning the following question:

Hi, I am writing a pure Perl-Application and want to compile GNU-Gettext mo-Files. So far I hadnt any luck finding the definition for these files. Does anyone knows what these Files are and how I can create mo-Files with Perl. I dont want to use the GNU binaries, because they have to be compiled on every target system and thats not the way I think of an Perl Application.

Until now I know that they are some kind of hashes. And there seems to be a Perl Modul, which can load them. Is there maybe a Perl Modul which does this on CPAN?
  • Comment on Is there a Perl way of compiling gettext po-Files to mo-Files

Replies are listed 'Best First'.
Re: Is there a Perl way of compiling gettext po-Files to mo-Files
by injunjoel (Priest) on Jan 11, 2006 at 17:34 UTC