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

Search results for "I18N::Langinfo"

I18N::Langinfo - query locale information River stage five • 11292 direct dependents • 32664 total dependents

The langinfo() function queries various locale information that can be used to localize output and user interfaces. It uses the current underlying locale, regardless of whether or not it was called from within the scope of "use locale". The langinfo(...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

I18N::Langinfo::Wide - langinfo functions returning wide-char strings River stage zero No dependents

This little module offers a "langinfo()" which is as per I18N::Langinfo but returns wide-char strings rather than locale charset bytes. "I18N::Langinfo" uses "nl_langinfo()" and so may be available only on Unix/POSIX systems, depending how much the C...

KRYDE/I18N-Langinfo-Wide-9 - 04 Oct 2014 09:11:11 UTC - Search in distribution

OptArgs2 - command-line argument and option processor River stage one • 4 direct dependents • 4 total dependents

OptArgs2 processes command line arguments, options, and subcommands according to the following definitions: Command A program run from the command line to perform a task. Arguments Arguments are positional parameters that pass information to a comman...

MLAWREN/OptArgs2-2.0.0 - 05 Oct 2022 09:37:09 UTC - Search in distribution

OptArgs - integrated argument and option processing River stage one • 2 direct dependents • 2 total dependents

*Deprecated*: development on OptArgs stopped in 2016. Consider using OptArgs2 instead, which is faster and better looking in many ways :-) OptArgs processes Perl script *options* and *arguments*. This is in contrast with most modules in the Getopt::*...

MLAWREN/OptArgs-0.1.21 - 29 Sep 2022 08:55:47 UTC - Search in distribution

PHP::Strings - Implement some of PHP's string functions. River stage zero No dependents

PHP has many functions. This is one of the main problems with PHP. People do, however, get used to said functions and when they come to a better designed language they get lost because they have to implement some of these somewhat vapid functions the...

KUDARASP/PHP-Strings-0.28 - 30 Jan 2004 07:28:37 UTC - Search in distribution

Time::Normalize - Convert time and date values into standardized components. River stage zero No dependents

Splitting a date into its component pieces is just the beginning. Human date conventions are quirky (and I'm not just talking about the dates *I've* had!) Despite the Y2K near-disaster, some people continue to use two-digit year numbers. Months are s...

ROODE/Time-Normalize-0.09 - 23 Apr 2014 16:14:46 UTC - Search in distribution

Bundle::OpenXPKI - A bundle to install modules required for OpenXPKI River stage zero No dependents

This bundle helps with the installation of modules required for OpenXPKI. OpenXPKI is an open source trust center software which aims to create an enterprise-scale PKI solution. For more information see http://www.openxpki.org...

ALECH/Bundle-OpenXPKI-0.06 - 21 Nov 2008 16:12:39 UTC - Search in distribution

Tk::DateEntry - Drop down calendar widget for selecting dates. River stage zero No dependents

Tk::DateEntry is a drop down widget for selecting dates. It looks like the BrowseEntry widget with an Entry followed by an arrow button, but instead of displaying a Listbox the DateEntry displays a calendar with buttons for each date. The calendar co...

SREZIC/Tk-DateEntry-1.43 - 15 May 2019 22:37:16 UTC - Search in distribution

Time::Format - Easy-to-use date/time formatting. River stage two • 10 direct dependents • 22 total dependents

This module creates global pseudovariables which format dates and times, according to formatting codes you pass to them in strings. The %time formatting codes are designed to be easy to remember and use, and to take up just as many characters as the ...

ROODE/Time-Format-1.16 - 19 Feb 2020 18:12:54 UTC - Search in distribution

Regexp::Common::time - Date and time regexps. River stage one • 4 direct dependents • 6 total dependents

This module creates regular expressions that can be used for parsing dates and times. See Regexp::Common for a general description of how to use this interface. Parsing dates is a dirty business. Dates are generally specified in one of three possible...

MANWAR/Regexp-Common-time-0.16 - 28 Feb 2018 20:18:44 UTC - Search in distribution

POSIX::Overview - POSIX in Perl River stage one • 2 direct dependents • 2 total dependents

The *POSIX standard* defines access to the operating system. Most operating systems (not limited to the UNIX family) provide at least a part of this standard, sometimes as optional or commercial extension package. POSIX describes how C-programmers ca...

MARKOV/POSIX-1003-1.02 - 10 Nov 2020 15:48:09 UTC - Search in distribution

Encode::Locale - Determine the locale encoding River stage four • 54 direct dependents • 8588 total dependents

In many applications it's wise to let Perl use Unicode for the strings it processes. Most of the interfaces Perl has to the outside world are still byte based. Programs therefore need to decode byte strings that enter the program from the outside and...

GAAS/Encode-Locale-1.05 - 09 Jun 2015 20:10:45 UTC - Search in distribution

App::Chart - various shared Chart things River stage zero No dependents

KRYDE/App-Chart-273 - 21 Apr 2024 05:07:52 UTC - Search in distribution

Date::Parser - Simple date parsing River stage zero No dependents

Really simple date parsing factory. Uses I18N::Langinfo for localized day/month names and abbreviations....

HEJKI/Date-Parser-0.4 - 26 Apr 2011 11:31:05 UTC - Search in distribution

Module::CoreList::List::5 - List of core modules for perl 5 River stage one • 1 direct dependent • 1 total dependent

This POD page lists all core modules (with their versions) that come with perl 5....

PERLANCAR/Module-CoreList-List-0.001 - 08 Feb 2019 09:15:42 UTC - Search in distribution

ExtUtils::MakeMaker::Locale - bundled Encode::Locale River stage five • 21376 direct dependents • 32646 total dependents

In many applications it's wise to let Perl use Unicode for the strings it processes. Most of the interfaces Perl has to the outside world are still byte based. Programs therefore need to decode byte strings that enter the program from the outside and...

BINGOS/ExtUtils-MakeMaker-7.70 - 26 Mar 2023 13:29:08 UTC - Search in distribution

PerlIO::locale - PerlIO layer to use the encoding of the current locale River stage zero No dependents

This is mostly a per-filehandle version of the "open" pragma, when used under the form use open ':locale'; The encoding for the opened file will be set to the encoding corresponding to the locale currently in effect, if perl can guess it....

RGARCIA/PerlIO-locale-0.10 - 20 Feb 2014 08:06:49 UTC - Search in distribution

Lingua::Boolean::Tiny - a smaller Lingua::Boolean, with support for more languages River stage one • 2 direct dependents • 2 total dependents

This module provides an API roughly compatible with Lingua::Boolean but has no non-core dependencies, and supports Perl 5.6.2+ (though Perl versions earlier than 5.8 have pretty crummy Unicode support). Lingua::Boolean::Tiny includes hand-written sup...

TOBYINK/Lingua-Boolean-Tiny-0.008 - 19 Apr 2018 20:24:39 UTC - Search in distribution

Config::Maker::Encode - Wrapper for Encode and PerlIO::encoding River stage zero No dependents

This module exports three functions, "encode", "decode" and "encmode". The "encode" and "decode" functions work like their counterparts from Encode. The "encmode" function is a wrapper around "binmode" core function, that sets ":encoding(*$encoding*)...

BULB/Config-Maker-0.007 - 17 Apr 2005 20:39:22 UTC - Search in distribution

CGI::Application::Plugin::I18N::Guide - Understanding and using I18N and L10N River stage zero No dependents

COSMICNET/CGI-Application-Plugin-I18N-0.03 - 10 Jan 2009 02:05:28 UTC - Search in distribution
20 results (0.059 seconds)