Search results for "module:IO::HTML"
IO::HTML - Open an HTML file with automatic charset detection
IO::HTML provides an easy way to open a file containing HTML while automatically determining its encoding. It uses the HTML5 encoding sniffing algorithm specified in section 8.2.2.2 of the draft standard. The algorithm as implemented here is: 1. If t...
CJM/IO-HTML-1.004 - 26 Sep 2020 16:52:29 UTC
ASP - a Module for ASP (PerlScript) Programming
This module is based on Matt Sergeant's excellent Win32::ASP module, which can be found at <http://www.fastnetltd.ndirect.co.uk/Perl>. After using Mr. Sergeant's module, I took on the task of customizing and optimizing it for my own purposes. Feel fr...
TIMMY/ASP-1.07 - 12 Jul 2000 08:22:21 UTC
IO::Util - A selection of general-utility IO function
This is a micro-weight module that exports a few functions of general utility in IO operations....
DOMIZIO/IO-Util-1.5 - 31 Dec 2005 13:51:40 UTC
DBIx::IO - Abstraction layer for database I/O with auto-discovery of data dictionary.
Methods are provided to perform basic database I/O via DBI without having to embed SQL in your programs. Records are normally passed in and out in the form of hash references where keys of the hash represent columns (ALWAYS UPPER CASE), and the value...
RSANDBERG/DBIx-IO-1.07 - 12 Jul 2008 03:48:01 UTC
IO::Stringy - I/O on in-core objects like strings and arrays
This toolkit primarily provides modules for performing both traditional and object-oriented i/o) on things *other* than normal filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines. In the more-traditional IO::Handle front, we have I...
DSKOLL/IO-stringy-2.111 - 22 Apr 2015 17:28:05 UTC
Mail::Sender - (DEPRECATED) module for sending mails with attachments through an SMTP server
Mail::Sender is deprecated. Email::Sender is the go-to choice when you need to send Email from Perl. Go there, be happy! Mail::Sender provides an object-oriented interface to sending mails. It directly connects to the mail server using IO::Socket....
CAPOEIRAB/Mail-Sender-0.903 - 17 Nov 2016 14:48:17 UTC
Win32::ASP - a module for ASP (PerlScript) Programming
I knocked these routines together one day when I was wondering "Why don't my "print" statements output to the browser?" and "Why don't "exit" and "die" end my script?" So I started investigating how I could overload the core functions. "print" is ove...
WNODOM/Win32-ASP-2.15 - 26 Mar 2001 15:43:55 UTC
Spoon::Base - Generic Spoon Base Class
Base class for application plugins. Provides basic functionality to all modules inheriting from this class....
INGY/Spoon-0.24 - 09 Dec 2006 23:29:37 UTC
IO::Default - replace select() with $DEFOUT, $DEFERR, $DEFIN
Currently, Perl provides a somewhat clumsy way of manipulating the default filehandle, and no easy way of manipulating default error and input handles. This module serves the dual purpose of providing a means around this, as well as serving as a prot...
NWIGER/IO-Default-1.03 - 13 Sep 2000 21:59:12 UTC
IO::Callback - Emulate file interface for a code reference
TOBYINK/IO-Callback-2.00
-
29 Aug 2020 13:27:51 UTC
Paranoid::IO - Paranoid IO support
Paranoid::IO is intended to make basic file I/O access easier while keeping with the tenets of paranoid programming. Most of these calls are essentially wrappers for the basic system calls (exposed as sysopen, syswrite, etc.) with some additional log...
CORLISS/Paranoid-2.10 - 09 Mar 2022 07:02:07 UTC
IO::EPP::Base
Module for common EPP-functions, without extension (dnssec only). The module can be used to work with any provider, if the requests do not use extensions and the provider does not have its own features It has two options: using a separate function ca...
VADIML/IO-EPP-0.004 - 17 Jan 2020 18:46:48 UTC
IO::EditPrompt - Support a prompt that uses the configured editor to take long text
This module provides extended functionality for entering or changing text for command line programs. The "IO::Prompter" module does a wonderful job of encapsulating a lot of user entry tasks in a really nice interface. One thing it does not do well i...
GWADEJ/IO-EditPrompt-0.02 - 11 Apr 2015 04:07:38 UTC
IO::EPP::DrsUa
Module for work with nic.ua/drs.ua domains Drs.ua is a registry for biz.ua, co.ua, pp.ua and reseller for other .ua tlds drs.ua uses deprecated epp version 0.5 -- it uses hostAttr instead of hostObj Features: * special PP format * the contact id must...
VADIML/IO-EPP-0.004 - 17 Jan 2020 18:46:48 UTC
Language::Zcode::Runtime::IO - IO for Perl runtimes created by L::Z translations
This package contains a number of different packages that support the IO features needed for a running Z-machine. This includes windows, input and output streams, cursors, lines, and fonts. See the Z-machine Spec for descriptions of what all these th...
AKARGER/Language-Zcode-0.8 - 15 Sep 2004 04:15:30 UTC
IO::Compress::Zip - Write zip files/buffers
This module provides a Perl interface that allows writing zip compressed data to files or buffer. The primary purpose of this module is to provide streaming write access to zip files and buffers. At present the following compression methods are suppo...
PMQS/IO-Compress-2.206 - 25 Jul 2023 15:56:21 UTC
IO::EPP::RRPProxy
Work with RRPProxy EPP API Features: item * has its own epp extension <keysys:*> for specifying additional parameters; * has additional functions. Examples: <https://wiki.rrpproxy.net/EPP>, <https://wiki.rrpproxy.net/api/epp-server/epp-command-refere...
VADIML/IO-EPP-0.004 - 17 Jan 2020 18:46:48 UTC
IO::Compress::Gzip - Write RFC 1952 files/buffers
This module provides a Perl interface that allows writing compressed data to files or buffer as defined in RFC 1952. All the gzip headers defined in RFC 1952 can be created using this module. For reading RFC 1952 files/buffers, see the companion modu...
PMQS/IO-Compress-2.206 - 25 Jul 2023 15:56:21 UTC
Paranoid::IO::Line - Paranoid Line-based I/O functions
This module extends and leverages Paranoid::IO's capabilities with an eye towards line-based text files, such as log files. It does so while maintaining a paranoid stance towards I/O. For that reason the functions here only work on limited chunks of ...
CORLISS/Paranoid-2.10 - 09 Mar 2022 07:02:07 UTC