GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
* Sign Up! *

Support
Customer Portal
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Locale::Messages::Debug(3) User Contributed Perl Documentation Locale::Messages::Debug(3)

Locale::Messages::Debug - Debug libint-perl Features

 use Locale::Messages::Debug;

Message translation with libintl-perl relies on a correct setup and to a certain extent on features of the operating system. There are many things that can go wrong. This module aims to help you, when problems occur. It is not meant to be used in production code!

The module was introduced with libintl-perl version 1.30.

The module exports by default nothing. Every function has to be imported explicitely.

Tries to retrieve a translation for MSGID.

The function returns a list of hints in string form or the same list as one new-line separated string in scalar context;

Example:

    my @hints = debug_gettext "Hello, world!";
    foreach my $hint (@hints) {
        print "hint\n";
    }
    

Copyright (C) 2002-2026 Guido Flohr <http://www.guido-flohr.net/> (<mailto:guido.flohr@cantanea.com>), all rights reserved. See the source code for details!code for details!

Locale::Messages(3pm), Locale::TextDomain(3pm), Locale::gettext_pp(3pm), Encode(3pm), perllocale(3pm), POSIX(3pm), perl(1), gettext(1), gettext(3)

Hey! The above document had some coding errors, which are explained below:

You forgot a '=back' before '=head1'
2026-02-08 perl v5.42.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.