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 "wrap"

IO::Wrap - Wrap raw filehandles in the IO::Handle interface River stage three • 166 direct dependents • 820 total dependents

Let's say you want to write some code which does I/O, but you don't want to force the caller to provide you with a FileHandle or IO::Handle object. You want them to be able to say: do_stuff(\*STDOUT); do_stuff('STDERR'); do_stuff($some_FileHandle_obj...

CAPOEIRAB/IO-Stringy-2.113 - 17 Jan 2020 03:53:55 UTC - Search in distribution
  • IO::WrapTie - wrap tieable objects in IO::Handle interface

IO::Wrap - wrap raw filehandles in IO::Handle interface River stage zero No dependents

Let's say you want to write some code which does I/O, but you don't want to force the caller to provide you with a FileHandle or IO::Handle object. You want them to be able to say: do_stuff(\*STDOUT); do_stuff('STDERR'); do_stuff($some_FileHandle_obj...

DSKOLL/IO-stringy-2.111 - 22 Apr 2015 17:28:05 UTC - Search in distribution
  • IO::WrapTie - wrap tieable objects in IO::Handle interface

CGI::Wrap - buffer output when building CGI programs River stage zero No dependents

This is a helper routine for building CGI programs. It buffers stdout until you're completed building your output. If you should get an error before you are finished, then it will display a nice error message (in HTML), log the error, and send email ...

MUIR/CGI-Out-2006.0215 - 16 Feb 2006 16:12:00 UTC - Search in distribution
  • CGI::Out - buffer output when building CGI programs

EAI::Wrap - framework for easy creation of Enterprise Application Integration tasks River stage zero No dependents

EAI::Wrap provides a framework for defining EAI jobs directly in Perl, sparing the creator of low-level tasks as FTP-Fetching, file-parsing and storing into a database. It also can be used to handle other workflows, like creating files from the datab...

RKAPL/EAI-Wrap-1.913 - 03 Apr 2024 20:40:08 UTC - Search in distribution

Pod::Wrap - Wrap pod paragraphs, leaving verbatim text and code alone. River stage two • 1 direct dependent • 13 total dependents

This is a Pod::Parser subclass, based on Pod::Stripper. It parses perl files, wrapping pod text, and leaving everything else intact. It prints it's output to wherever you point it to (like you do with Pod::Parser (and Pod::Stripper))....

NUFFIN/Pod-Wrap-0.01 - 08 Jan 2004 12:51:59 UTC - Search in distribution

Wrap::Sub - Object Oriented subroutine wrapper with pre and post hooks, and more. River stage zero No dependents

This module allows you to wrap subroutines with pre and post hooks while keeping track of your wrapped subs. It also allows you to easily wrap all subs within a module (while filtering out the subs that are imported). Thanks to code taken out of Hook...

STEVEB/Wrap-Sub-0.06 - 04 Feb 2016 01:30:29 UTC - Search in distribution

DBIx::Wrap - Object oriented wrapper around DBI. River stage zero No dependents

This module is a wrapper around the DBI database class. It simplifies database querying. You may use this as a base class for a derived class that operates on a specific kind of database....

EMRYS/DBIx-Wrap-1.00 - 02 Oct 2003 15:07:08 UTC - Search in distribution

Hash::Wrap - create on-the-fly objects from hashes River stage one • 4 direct dependents • 4 total dependents

Hash::Wrap creates objects from hashes, providing accessors for hash elements. The objects are hashes, and may be modified using the standard Perl hash operations and the object's accessors will behave accordingly. Why use this class? Sometimes a has...

DJERIUS/Hash-Wrap-1.03 - 09 May 2024 19:25:45 UTC - Search in distribution

Text::Wrap - line wrapping to form simple paragraphs River stage five • 123 direct dependents • 33164 total dependents

"Text::Wrap::wrap()" is a very simple paragraph formatter. It formats a single paragraph at a time by breaking lines at word boundaries. Indentation is controlled for the first line ($initial_tab) and all subsequent lines ($subsequent_tab) independen...

ARISTOTLE/Text-Tabs+Wrap-2024.001 - 16 Feb 2024 20:34:01 UTC - Search in distribution
  • Text::Tabs - expand and unexpand tabs like unix expand(1) and unexpand(1)

Class::Wrap - Proxy an entire class's methods. River stage zero No dependents

There are several modules on CPAN which claim to help with wrapping classes; this is not like any of them. It provides a single pre- wrapper on all of a class's defined methods; it works on a class instead of an object basis. The scenario I had in mi...

SIMON/Class-Wrap-1.0 - 16 Mar 2003 15:20:59 UTC - Search in distribution

results::wrap - wrap a method call in a Result River stage zero No dependents

This module uses AUTOLOAD to provide a Result wrapper around any method call. It also provides a "results::wrap" sub which can be either passed a list of $invocant, $method, @args or a single coderef. "results::wrap" is conveniently prototyped with "...

TOBYINK/results-0.006 - 02 Dec 2022 12:37:25 UTC - Search in distribution

GD::Text::Wrap - Wrap strings in boxes River stage two • 10 direct dependents • 39 total dependents

GD::Text::Wrap provides an object that draws a formatted paragraph of text in a box on a GD::Image canvas, using either a builtin GD font or a TrueType font....

MVERB/GDTextUtil-0.86 - 19 Jun 2003 01:10:17 UTC - Search in distribution
  • GD::Text - Text utilities for use with GD

Text::Wrap::OO - an object oriented interface to Text::Wrap River stage zero No dependents

Text::Wrap::OO is an object oriented wrapper to the Text::Wrap module. Text::Wrap is useful for formatting text, and it is customizable, but it has a drawback: The configuration options are set using global package variables. This means that if a mod...

ASDAGO/Text-Wrap-OO-0.002 - 06 Jun 2021 18:44:22 UTC - Search in distribution

Lingua::ZH::Wrap - Wrap Chinese text River stage one • 1 direct dependent • 1 total dependent

"Lingua::ZH::Wrap::wrap()" is a very simple paragraph formatter. It formats a single paragraph at a time by breaking lines at Chinese character boundries. Indentation is controlled for the first line ($initial_tab) and all subsequent lines ($subseque...

AUTRIJUS/Lingua-ZH-Wrap-0.03 - 25 Jul 2004 16:34:53 UTC - Search in distribution

Text::Flow::Wrap - Flexible word wrapping for not just ASCII output. River stage one • 2 direct dependents • 8 total dependents

The main purpose of this module is to provide text wrapping features without being tied down to ASCII based output and fixed-width fonts. My needs were for sophisticated test control in PDF and GIF output formats in particular....

STEVAN/Text-Flow-0.01 - 21 May 2007 15:01:31 UTC - Search in distribution

Pegex::Tree::Wrap - Pegex Wrapper Parse Tree Receiver River stage three • 23 direct dependents • 115 total dependents

Pegex::Tree::Wrap is receiver class that will shape the captured data from a Pegex parse operation into a tree made out of hashes. The keys of the hashes are the rule names that matched, and the values are arrays of captured data. This module is not ...

INGY/Pegex-0.75 - 13 Feb 2020 20:02:07 UTC - Search in distribution

Pod::Wrap::Pretty - reformat Pod to be nicely line wrapped River stage two • 4 direct dependents • 12 total dependents

This is a Pod::Wrap subclass, which is in turn a Pod::Parser subclass. Please see the Pods of those modules for further API documentation. This module performs the exact same functionality as Pod::Wrap *except* that all pre-existing newlines are remo...

JHOBLITT/Pod-Tidy-0.10 - 17 Feb 2009 21:52:33 UTC - Search in distribution

Text::Wrap::Smart - Wrap text into chunks of similar length River stage zero No dependents

"Text::Wrap::Smart" is the pure perl companion of "Text::Wrap::Smart::XS"....

SCHUBIGER/Text-Wrap-Smart-1.00 - 20 Feb 2023 22:00:43 UTC - Search in distribution

Imager::Font::Wrap - simple wrapped text output River stage three • 112 direct dependents • 129 total dependents

This is a simple text wrapper with options to control the layout of text within the line. You can control the position, width and height of the text with the "image", "x", "y", "width" and "height" options. You can simply calculate space usage by set...

TONYC/Imager-1.024 - 06 Apr 2024 02:24:09 UTC - Search in distribution
  • Imager - Perl extension for Generating 24 bit Images

Data::Unixish::wrap - Wrap text River stage two • 9 direct dependents • 49 total dependents

PERLANCAR/Data-Unixish-1.573 - 09 Jan 2024 00:05:33 UTC - Search in distribution
1,533 results (0.174 seconds)