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

Search results for "encode::detect"

Encode::Detect - An Encode::Encoding subclass that detects the encoding of data River stage two • 7 direct dependents • 19 total dependents

This Perl module is an Encode::Encoding subclass that uses Encode::Detect::Detector to determine the charset of the input data and then decodes it using the encoder of the detected charset. It is similar to Encode::Guess, but does not require the con...

JGMYERS/Encode-Detect-1.01 - 27 May 2008 20:50:44 UTC - Search in distribution

Encode::Detect::CJK - A Charset Detector, optimized for EastAsia charset and website content River stage one • 1 direct dependent • 5 total dependents

FOOLFISH/Encode-Detect-CJK-2.0.2 - 05 Dec 2008 04:17:12 UTC - Search in distribution

Encode::Detect::Upload - Attempt to guess user's locale encoding from IP, HTTP_ACCEPT_LANGUAGE and HTTP_USER_AGENT River stage zero No dependents

Dealing with input from globally disperse users can be a real pain. Although when setting web forms to utf-8 browsers will often do the right thing, in some instances, such as text file uploads, you are stuck will trying to figure out the files chars...

COSMICNET/Encode-Detect-Upload-0.04 - 23 Nov 2013 01:05:55 UTC - Search in distribution

Encode::Multibyte::Detect - detect multibyte encoding River stage zero No dependents

SILENCER/Encode-Multibyte-Detect-1.01 - 16 Nov 2012 19:18:12 UTC - Search in distribution

Encode::HanDetect - Cross-encoding, cross-variant Chinese decoder River stage zero No dependents

Encode::HanDetect is a thin wrapper around Lingua::ZH::HanDetect, providing the ability to treat any incoming Chinese data equally, regardless of its encoding. If a string beginning with either "t" or "s" is specified in the "use" line, all incoming ...

AUTRIJUS/Encode-HanDetect-0.01 - 30 Jan 2003 22:43:43 UTC - Search in distribution

mb - Can easy script in Big5, Big5-HKSCS, GBK, Sjis(also CP932), UHC, UTF-8, ... River stage zero No dependents

MBCS has been said to be an acronym for Multi Byte "Character" Set. (However, these days, it should be considered an acronym for Multi Byte "Codepoint" Set.) In any case, it is certain that "M" and "B" in mb.pm modulino are the first two characters o...

INA/mb-0.57 - 06 Jul 2023 15:12:01 UTC - Search in distribution

CGI - Handle Common Gateway Interface requests and responses River stage four • 286 direct dependents • 1216 total dependents

CGI.pm is a stable, complete and mature solution for processing and preparing HTTP requests and responses. Major features including processing form submissions, file uploads, reading and writing cookies, query string generation and manipulation, and ...

LEEJO/CGI-4.64 - 18 Mar 2024 12:10:48 UTC - Search in distribution

perlre - Perl regular expressions River stage five • 11292 direct dependents • 32664 total dependents

This page describes the syntax of regular expressions in Perl. If you haven't used regular expressions before, a tutorial introduction is available in perlretut. If you know just a little about them, a quick-start introduction is available in perlreq...

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

Cfn - An object model for CloudFormation documents River stage one • 1 direct dependent • 2 total dependents

This module helps parse, manipulate, validate and generate CloudFormation documents in JSON and YAML formats (see stability section for more information on YAML). It creates an object model of a CloudFormation template so you can work with the docume...

JLMARTIN/Cfn-0.14 - 07 May 2021 09:10:03 UTC - Search in distribution

Redis - Perl binding for Redis database River stage two • 72 direct dependents • 85 total dependents

Pure perl bindings for <https://redis.io/> This version supports protocol 2.x (multi-bulk) or later of Redis available at <https://github.com/antirez/redis/>. This documentation lists commands which are exercised in test suite, but additional command...

DAMS/Redis-2.000 - 13 Jan 2023 22:13:53 UTC - Search in distribution

Future - represent an operation awaiting completion River stage three • 122 direct dependents • 298 total dependents

A "Future" object represents an operation that is currently in progress, or has recently completed. It can be used in a variety of ways to manage the flow of control, and data, through an asynchronous program. Some futures represent a single operatio...

PEVANS/Future-0.50 - 17 Mar 2023 17:09:37 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

DBD::ODBC - ODBC Driver for DBI River stage one • 9 direct dependents • 9 total dependents

Change log and FAQs Please note that the change log has been moved to DBD::ODBC::Changes. To access this documentation, use "perldoc DBD::ODBC::Changes". The FAQs have also moved to DBD::ODBC::FAQ.pm. To access the FAQs use "perldoc DBD::ODBC::FAQ". ...

MJEVANS/DBD-ODBC-1.61 - 31 Jan 2020 13:51:56 UTC - Search in distribution

Data::CTable - Read, write, manipulate tabular data River stage zero No dependents

CHTHORMAN/Data-CTable-1.01 - 17 Sep 2002 15:11:05 UTC - Search in distribution

Paws::SES - Perl Interface to AWS Amazon Simple Email Service River stage two • 9 direct dependents • 11 total dependents

Amazon Simple Email Service This document contains reference information for the Amazon Simple Email Service (https://aws.amazon.com/ses/) (Amazon SES) API, version 2010-12-01. This document is best used in conjunction with the Amazon SES Developer G...

JROBINSON/Paws-0.46 - 20 Jan 2024 12:10:03 UTC - Search in distribution

Prima::Widget - window management River stage two • 17 direct dependents • 19 total dependents

Prima::Widget is a descendant of the Prima::Component class, that provides comprehensive management of system-dependent windows. Objects of the Prima::Widget class are mapped to the screen space as a rectangular area, with distinct boundaries, a poin...

KARASIK/Prima-1.72 - 31 Jan 2024 09:42:17 UTC - Search in distribution

Net::OSCAR - Implementation of AOL's OSCAR protocol for instant messaging (for interacting with AIM a.k.a. AOL IM a.k.a. AOL Instant Messenger - and ICQ, too!) River stage one • 1 direct dependent • 2 total dependents

TODDR/Net-OSCAR-1.928 - 07 Oct 2010 14:34:40 UTC - Search in distribution

CGI::Simple - A Simple totally OO CGI interface that is CGI.pm compliant River stage two • 19 direct dependents • 57 total dependents

CGI::Simple provides a relatively lightweight drop in replacement for CGI.pm. It shares an identical OO interface to CGI.pm for parameter parsing, file upload, cookie handling and header generation. This module is entirely object oriented, however a ...

MANWAR/CGI-Simple-1.281 - 31 Jan 2024 14:19:02 UTC - Search in distribution

Path::Tiny - File path utility River stage four • 891 direct dependents • 7170 total dependents

This module provides a small, fast utility for working with file paths. It is friendlier to use than File::Spec and provides easy access to functions from several other core file handling modules. It aims to be smaller and faster than many alternativ...

DAGOLDEN/Path-Tiny-0.144 - 01 Dec 2022 16:37:45 UTC - Search in distribution

HTML::Element - Class for objects that represent HTML elements River stage three • 171 direct dependents • 974 total dependents

(This class is part of the HTML::Tree dist.) Objects of the HTML::Element class can be used to represent elements of HTML document trees. These objects have attributes, notably attributes that designates each element's parent and content. The content...

KENTNL/HTML-Tree-5.07 - 31 Aug 2017 08:53:16 UTC - Search in distribution
142 results (0.192 seconds)