The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Locale::POFile - Manage Portable Object (PO) Files

SYNOPSIS

 use Locale::POFile;

DESCRIPTION

The module Locale::POFile(3pm) provides an object-oriented interface to portable object (PO) files. You can use it to read and write po files on disk or in memory.

A Perl module with similar purpose is Locale::PO(3pm). One of the main differences between Locale::PO(3pm) and Locale::POFile(3pm) is that the latter is able to grok with new po features like plural forms, message contexts and extended comment syntax.

CONSTRUCTORS

You can choose one of the following constructors to create a Locale::POFile(3pm) instance.

AUTHOR

Copyright (C) 2002-2009, Guido Flohr <guido@imperia.net>, all rights reserved. See the source code for details.

This software is contributed to the Perl community by Imperia (http://www.imperia.net/).

SEE ALSO

xgettext(1), msgfmt(1), msgmerge(1), Locale::PO(3pm), perl(1)

1 POD Error

The following errors were encountered while parsing the POD:

Around line 82:

=cut found outside a pod block. Skipping to next block.