Read the dimensions of an image in several popular formats Image::Size is a library based on the image-sizing code in the wwwimagesize script, a tool that analyzes HTML files and adds HEIGHT and WIDTH tags to IMG directives.
Load, create, manipulate and save xbm image files This class module provides basic load, manipulate and save functionality for the xbm file format. It inherits from Image::Base which provides additional manipulation functionality, e.g. ...
Load, create, manipulate and save xpm image files This class module provides basic load, manipulate and save functionality for the xpm file format. It inherits from Image::Base which provides additional manipulation functionality, e.g. ...
Perl extension for generating 24 bit images Imager is a module for creating and altering images. It can read and write various image formats, draw primitive shapes like lines,and polygons, blend multiple images together in various ways, scale, ...
IMAP-Admin Perl module A perl module to manage IMAP servers.
Write Perl subroutines in other programming languages The Inline module allows you to put source code from other programming languages directly "inline" in a Perl script or module. The code is automatically compiled as needed, and then loaded for ...
Write Perl subroutines in python The Inline::Python module allows you to put source code from Python directly "inline" in a Perl script or module. The code is automatically compiled as needed, and then loaded for immediate access ...
Asynchronous Input/Output This module implements asynchronous I/O using whatever means your operating system supports. Currently, a number of threads are started that execute your read/writes and signal their completion. You ...
Magic all-in-one IO class IO::All combines all of the best Perl IO modules into a single Spiffy object oriented interface to greatly simplify your everyday Perl IO idioms. It exports a single function called io, which returns ...
IO::Capture- Abstract Base Class to build modules to capture output The IO::Capture Module defines an abstract base class that can be used to create any number of useful sub-classes that capture output being sent on a filehandle such as STDOUT or STDERR. Several ...
IO::Capture::Extended - Extend functionality of IO::Capture IO::Capture::Extended is a distribution consisting of two classes, each of which is a collection of subroutines which are useful in extending the functionality of CPAN modules IO::Capture::Stdout and ...
Wrapper for Net::FTP IO::Ftp is a wrapper for Net::FTP to simplify its use when using its stor and retr methods.
IO::Interface - Perl extension for access to network card configuration information IO::Interface adds methods to IO::Socket objects that allows them to be used to retrieve and change information about the network interfaces on your system. In addition to the object-oriented access ...
Supply object methods for locking files In its simplistic use, the IO::LockedFile class gives us the same interface of the IO::File class with the unique difference that the files we deal with are locked using the Flock mechanism (using ...
Manage IO on many file handles IO::Multiplex is designed to take the effort out of managing multiple file handles. It is essentially a really fancy front end to the C system call. In addition to maintaining the C loop, it buffers ...
Object interface for AF_INET|AF_INET6 domain sockets IO::Socket::INET6 provides an object interface to creating and using sockets in both AF_INET|AF_INET6 domain. It is built upon the IO::Socket interface and inherits all the methods defined by ...
Send and receive multicast messages IO::Socket::Multicast is designed to take the effort out of managing some multicast network.
Nearly transparent SSL encapsulation for IO::Socket::INET IO::Socket::SSL is a class implementing an object oriented interface to SSL sockets. The class is a descendent of IO::Socket::INET and provides a subset of the base class's interface methods.
A Perl module to read from strings IO::String is an IO::File (and IO::Handle) compatible class that read or write data from in-core strings. It is really just a simplification of what I needed from Eryq's IO-stringy modules. As such ...
Perl module for 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, the IO::Scalar manpage, the IO::ScalarArray ...
IO-Stty perl module IO-Stty is a module for setting terminal parameters.
Multiplex output to multiple output handles IO::Tee objects can be used to multiplex input and output in two different ways. The first way is to multiplex output to zero or more output handles. The IO::Tee constructor, given a list of output ...
Pseudo TTY object class The IO::Tty and IO::Pty modules provide an interface to pseudo tty's.
IO:: style interface to Compress::Zlib IO::Zlib provides an IO:: style interface to Compress::Zlib and hence to gzip/zlib compressed files. It provides many of the same methods as the IO::Handle interface.
Fast lookup of country codes from IP addresses IP lookup modules for Perl. This package also provides the ip2cc utility, to lookup country from IP address or hostname.
Finding and running system commands made easy IPC::Cmd allows you to run commands, interactively if desired, platform independent but have them still work. The can_run function can tell you if a certain binary is installed and if so where, ...
IPC-Run module for perl IPC::Run allows you run and interact with child processes using files, pipes, and pseudo-ttys. Both system()-style and scripted usages are supported and may be mixed. Likewise, functional and OO API ...
Run a subprocess in batch mode (a la system) IPC::Run3 allows you run and interact with child processes using files, pipes, and pseudo-ttys. Both system()-style and scripted usages are supported and may be mixed. Likewise, functional and OO API ...
IPC-Shareable perl module IPC-Shareable allows you to tie a variable to shared memory making it easy to share the contents of that variable with other Perl processes. Scalars, arrays, and hashes can be tied. The variable ...
IPC-SharedCache module for perl This module provides a shared memory cache accessed as a tied hash.
Page : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 |