Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use Locale::gettext;
    ...
    my $d = Locale::gettext->domain('license');
    $d->dir('/home/sini/');
    print $d->get("Hello world")."\n";
    
  2. or download this
    msgid ""
    msgstr ""
    "Project-Id-Version: PACKAGE VERSION\n"
    ...
    
    msgid "Hello world"
    msgstr "Ciao!"