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

Search results for "Win32::Locale"

Win32::Locale - get the current MSWin locale or language River stage two • 6 direct dependents • 70 total dependents

This library provides some simple functions allowing Perl under MSWin to ask what the current locale/language setting is. (Yes, MSWin conflates locales and languages, it seems; and the way it's conflated is even stranger after MSWin98.) Note that you...

SBURKE/Win32-Locale-0.04 - 12 Jan 2004 04:12:49 UTC - Search in distribution

Log::Report::Win32Locale - unix/windows locales River stage one • 1 direct dependent • 1 total dependent

Windows uses different locales to represent languages: codepages. Programs which are written with Log::Report however, will contain ISO encoded language names; this module translates between them. The algorithms in this module are based on Win32::Loc...

MARKOV/Log-Report-Lexicon-1.11 - 22 Mar 2018 22:34:56 UTC - Search in distribution

Wx - interface to the wxWidgets cross-platform GUI toolkit River stage two • 56 direct dependents • 67 total dependents

The Wx module is a wrapper for the wxWidgets (formerly known as wxWindows) GUI toolkit. This module comes with extensive documentation in HTML format; you can download it from http://wxperl.sourceforge.net/...

MDOOTSON/Wx-0.9932 - 18 Apr 2017 01:22:32 UTC - Search in distribution

CIPP - Reference Manual River stage zero No dependents

This is the reference manual for CIPP, the powerful preprocessor language for embedding Perl and SQL in HTML. This documentation module is part of the CIPP distribution which is available on CPAN. The manual describes CIPP's basic syntax rules, class...

JRED/CIPP-3.0.8 - 27 Oct 2006 13:06:00 UTC - Search in distribution

Coro - the only real threads in perl River stage two • 53 direct dependents • 69 total dependents

For a tutorial-style introduction, please read the Coro::Intro manpage. This manpage mainly contains reference information. This module collection manages continuations in general, most often in the form of cooperative threads (also called coros, or ...

MLEHMANN/Coro-6.57 - 29 Jul 2020 13:10:08 UTC - Search in distribution

IO::AIO - Asynchronous/Advanced Input/Output River stage two • 13 direct dependents • 18 total dependents

This module implements asynchronous I/O using whatever means your operating system supports. It is implemented as an interface to "libeio" (<http://software.schmorp.de/pkg/libeio.html>). Asynchronous means that operations that can normally block your...

MLEHMANN/IO-AIO-4.81 - 20 Feb 2024 06:41:07 UTC - Search in distribution

perlguts - Introduction to the Perl API River stage five • 11292 direct dependents • 32664 total dependents

This document attempts to describe how to use the Perl API, as well as to provide some info on the basic workings of the Perl core. It is far from complete and probably contains many errors. Please refer any questions or comments to the author below....

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

The River stage two • 36 direct dependents • 38 total dependents

JDB/Win32-OLE-0.1713 - 03 Apr 2021 04:13:13 UTC - Search in distribution

DBD::Sybase - Sybase database driver for the DBI module River stage one • 4 direct dependents • 4 total dependents

DBD::Sybase is a Perl module which works with the DBI module to provide access to Sybase databases....

MEWP/DBD-Sybase-1.24 - 24 Mar 2024 08:03:48 UTC - Search in distribution

perlfaq5 - Files and Formats River stage zero No dependents

This section deals with I/O and the "f" issues: filehandles, flushing, formats, and footers. How do I flush/unbuffer an output filehandle? Why must I do this? (contributed by brian d foy) You might like to read Mark Jason Dominus's "Suffering From Bu...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

cpanx - A CPAN downloader script River stage zero No dependents

This program will download, display, and install modules (and their dependencies) from CPAN. A public repository of user contributed perl code. This script is different to scripts like cpan and cpanm in that it will show what it will do before it doe...

JACOBG/App-Cpanx-1.00 - 31 Oct 2022 20:24:23 UTC - Search in distribution

Excel::Writer::XLSX - Create a new file in the Excel 2007+ XLSX format. River stage two • 26 direct dependents • 33 total dependents

The "Excel::Writer::XLSX" module can be used to create an Excel file in the 2007+ XLSX format. Multiple worksheets can be added to a workbook and formatting can be applied to cells. Text, numbers, and formulas can be written to the cells....

JMCNAMARA/Excel-Writer-XLSX-1.12 - 26 Feb 2024 18:25:58 UTC - Search in distribution

OurNet - Interface to BBS-based groupware platforms River stage zero No dependents

The OurNet:* modules are interfaces to *Telnet BBS*-based groupware projects, whose platform was used in Hong Kong, China and Taiwan by est. 1 million users. Used collaboratively, they glue BBSes together to form a distributed service network, called...

AUTRIJUS/OurNet-1.60 - 16 Oct 2001 23:21:49 UTC - Search in distribution

SDL2::hints - SDL Configuration Variables River stage zero No dependents

This file contains functions to set and get configuration hints, as well as listing each of them alphabetically. The convention for naming hints is SDL_HINT_X, where "SDL_X" is the environment variable that can be used to override the default. In gen...

SANKO/SDL2-FFI-0.08 - 29 Nov 2021 02:01:01 UTC - Search in distribution

CGI::Bus - Web and DBI Application object River stage zero No dependents

A web database with record versioning, access control at the record level, and file attachments was needed for me, see examples and CGI::Bus::tmsql... Modular structure and some codes implemented due to infrastructural needs. This module is to provid...

MAKAROW/CGI-Bus-0.62 - 07 Sep 2007 18:24:11 UTC - Search in distribution

VCS::CMSynergy - Perl interface to IBM Rational Synergy River stage zero No dependents

use VCS::CMSynergy; my $ccm = VCS::CMSynergy->new(database => "/ccmdb/test/tut62/db"); $ccm->checkout(qw(foo/bar.c@foo~user -to test)) or die "checkout failed: ".$ccm->error; my $csrcs = $ccm->query_hashref("type = 'csrc'", qw(displayname modify_time...

RSCHUPP/VCS-CMSynergy-1.52 - 23 Jan 2020 09:43:42 UTC - Search in distribution

Rinchi::Outlook - A module for representing Microsoft Outlook® 11.0 Object Library objects. River stage zero No dependents

Microsoft Outlook 11.0 Object Library EXPORT None by default....

BMAMES/Rinchi-Outlook-0.02 - 27 Jun 2008 21:32:43 UTC - Search in distribution

DBD::Firebird - DBI driver for Firebird RDBMS server River stage zero No dependents

DBD::Firebird is a Perl module which works with the DBI module to provide access to Firebird databases....

DAM/DBD-Firebird-1.34 - 05 Dec 2021 08:26:04 UTC - Search in distribution

Change River stage zero No dependents

A reverse-chronological ordered list of changes...

GREGOR/psh-1.8.1 - 21 Jul 2007 05:11:31 UTC - Search in distribution

Dimedis::Sql - SQL/DBI Interface für datenbankunabhängige Applikationen River stage zero No dependents

Dieses Modul erleichtert die Realisierung datenbankunabhängiger Applikationen. Die Schnittstelle gliedert sich in drei Kategorien: Ausführung elementarer Kommandos zur Datenein-/ausgabe Diese Methoden führen anhand vorgegebener Parameter intern gener...

JRED/Dimedis-Sql-0.44 - 27 Oct 2006 13:05:38 UTC - Search in distribution
62 results (0.101 seconds)