The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "binmode"

Sys::Binmode - A fix for Perl’s system call character encoding River stage zero No dependents

tl;dr: Use this module in all new code....

FELIPE/Sys-Binmode-0.05 - 20 Jul 2023 15:50:45 UTC - Search in distribution

HTTP::Server::Simple::Recorder - Mixin to record HTTP::Server::Simple's sockets River stage zero No dependents

This module allows you to record all HTTP communication between an HTTP::Server::Simple-derived server and its clients. It is a mixin, so it doesn't itself subclass HTTP::Server::Simple; you need to subclass from both HTTP::Server::Simple::Recorder a...

JESSE/HTTP-Server-Simple-Recorder-0.03 - 29 Nov 2008 03:55:32 UTC - Search in distribution

Text::WrapAsUtf8 - temporarily wraps output to stdout as the UTF-8 binmode. River stage one • 2 direct dependents • 3 total dependents

This module implements two functions that proved of utility in my Website Meta Language (<http://www.shlomifish.org/open-source/projects/website-meta-language/> ) sites and which I decided to extract into a common CPAN distribution. They temporarily ...

SHLOMIF/Text-WrapAsUtf8-0.0.2 - 22 Sep 2020 19:13:48 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

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

CGI - Handle Common Gateway Interface requests and responses River stage four • 286 direct dependents • 1223 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

Git - Perl interface to the Git version control system River stage two • 11 direct dependents • 19 total dependents

[MAINTAINER NOTE: This is Git.pm, plus the other files in the perl/Git directory, from github's git/git, which is a mirror of the git source. I (cpan msouth, or current maintainer) update the VERSION string (necessary on CPAN because of another CPAN ...

MSOUTH/Git-0.42 - 10 Oct 2017 00:27:47 UTC - Search in distribution

RPerl::Learning River stage one • 3 direct dependents • 3 total dependents

WBRASWELL/RPerl-7.000000 - 05 Jul 2020 01:35:58 UTC - Search in distribution

GD - Interface to Gd Graphics Library River stage three • 98 direct dependents • 155 total dependents

GD.pm is a Perl interface to Thomas Boutell's gd graphics library (version 2.01 or higher; see below). GD allows you to create color drawings using a large number of graphics primitives, and emit the drawings as PNG files. GD defines the following fo...

RURBAN/GD-2.81 - 03 May 2024 17:02:57 UTC - Search in distribution
  • GD::Polyline - Polyline object and Polygon utilities (including splines) for use with GD

TX - a simple template system based on Text::Template::Library River stage zero No dependents

"Text::Template::Base" and "Text::Template::Library" are good at processing single templates. They lack the ability to manage sets of template files. This module adds that functionality in a (what I think) user friendly manner. The most important fun...

OPI/TX-0.09 - 14 Jun 2010 16:05:06 UTC - Search in distribution

Acme::Tools - Lots of more or less useful subs lumped together and exported into your namespace River stage one • 1 direct dependent • 1 total dependent

Subs created and collected since the mid-90s....

KJETIL/Acme-Tools-0.27 - 05 Feb 2020 16:25:50 UTC - Search in distribution

perldiag - various Perl diagnostics River stage five • 11693 direct dependents • 33184 total dependents

These messages are classified as follows (listed in increasing order of desperation): (W) A warning (optional). (D) A deprecation (enabled by default). (S) A severe warning (enabled by default). (F) A fatal error (trappable). (P) An internal error yo...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

perl5i - Fix as much of Perl 5 as possible in one pragma River stage one • 2 direct dependents • 2 total dependents

Perl 5 has a lot of warts. There's a lot of individual modules and techniques out there to fix those warts. perl5i aims to pull the best of them together into one module so you can turn them on all at once. This includes adding features, changing exi...

MSCHWERN/perl5i-v2.13.2 - 07 Jun 2016 00:36:03 UTC - Search in distribution
  • perl5ifaq - Frequently Asked Questions about perl5i

GD::SVG - Seamlessly enable SVG output from scripts written using GD River stage zero No dependents

GD::SVG painlessly enables scripts that utilize GD to export scalable vector graphics (SVG). It accomplishes this task by wrapping SVG.pm with GD-styled method calls. To enable this functionality, one need only change the "use GD" call to "use GD::SV...

TWH/GD-SVG-0.33 - 10 May 2009 14:39:31 UTC - Search in distribution

MCE - Many-Core Engine for Perl providing parallel processing capabilities River stage three • 21 direct dependents • 315 total dependents

MCE spawns a pool of workers and therefore does not fork a new process per each element of data. Instead, MCE follows a bank queuing model. Imagine the line being the data and bank-tellers the parallel workers. MCE enhances that model by adding the a...

MARIOROY/MCE-1.889 - 13 Sep 2023 23:37:02 UTC - Search in distribution
  • MCE::Examples - Various examples and demonstrations
  • MCE::Grep - Parallel grep model similar to the native grep function

sets - set operations in Perl River stage zero No dependents

This program lets you perform set operations working on input files. The set operations that can be performed are the following: intersection the binary operation that selects all the elements that are in both the left and the right hand operand. Thi...

POLETTIX/App-Sets-0.978 - 21 Oct 2020 08:56:41 UTC - Search in distribution

Storable - persistence for Perl data structures River stage five • 614 direct dependents • 33164 total dependents

The Storable package brings persistence to your Perl data structures containing SCALAR, ARRAY, HASH or REF objects, i.e. anything that can be conveniently stored to disk and retrieved at a later time. It can be used in the regular procedural way by c...

NWCLARK/Storable-3.25 - 30 Aug 2021 08:39:08 UTC - Search in distribution

presto - Command-line interface for RESTful web services River stage one • 1 direct dependent • 1 total dependent

"App::Presto" provides a command-line interface (CLI) for RESTful web services. When looking for a way to interact with RESTful services answers typically point to some horrible GUI or (on the complete opposite end of the spectrum) just using "curl" ...

MPERRY/App-Presto-0.010 - 28 Jul 2016 08:35:07 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
540 results (0.131 seconds)