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

Search results for "Simple.pm"

GD::Simple - Simplified interface to GD library River stage three • 97 direct dependents • 154 total dependents

GD::Simple is a subclass of the GD library that shortens many of the long GD method calls by storing information about the pen color, size and position in the GD object itself. It also adds a small number of "turtle graphics" style calls for those wh...

RURBAN/GD-2.78 - 04 Jul 2023 09:13:52 UTC - Search in distribution
  • GD::Image - Image class for the GD image library

IO::Simple - Adds error checking to file handles and provides per file handle options. River stage zero No dependents

IO::Simple provides a thin layer over IO::File. This layer causes files to default to opening in read mode and to croaking on failure opening, closeing or printing to files. It provides methods to set $\, $/, $:, $^L and $, on a per handle basis and ...

ERICJH/IO-Simple-0.04 - 06 Mar 2007 15:27:54 UTC - Search in distribution

LJ::Simple - A perl module to access LiveJournal via its flat protocol River stage zero No dependents

"LJ::Simple" is a trival API to access LiveJournal. Currently it allows you to: Login Log into the LiveJournal system Post Post a new journal entry in the LiveJournal system Synchronise Returns a list of journal entries created or modified from a giv...

SIMES/LJ-Simple-0.15 - 24 Feb 2006 23:53:25 UTC - Search in distribution

Pg::Simple - simple OO interface to PostgreSQL River stage zero No dependents

Pg::Simple is a very simple interface to PostgreSQL. It is patterned after the DBI interface. Why not use the DBI interface instead? The main reason is that it does not yet support cursors. This module does. When the DBI Postgres interface supports c...

DJERIUS/Pg-Simple-1.20 - 15 Aug 2006 18:26:34 UTC - Search in distribution

ARS::Simple - A simplified interface to Remedy ARSystem River stage zero No dependents

GNG/ARS-Simple-0.01 - 04 Dec 2013 03:37:16 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

CLI::Simple River stage zero No dependents

Tired of writing the same 'ol boilerplate code for command line scripts? Want a standard, simple way to create a Perl script? "CLI::Simple" makes it easy to create scripts that take *options*, *commands* and *arguments*. Features * accept command lin...

BIGFOOT/CLI-Simple-0.0.3 - 09 Feb 2024 21:20:34 UTC - Search in distribution

CSS::Simple - Interface through which to read/write/manipulate CSS files while respecting the cascade order River stage zero No dependents

Class for reading, manipulating and writing CSS. Unlike other CSS classes on CPAN this particular module focuses on respecting the order of selectors while providing a common sense API through which to manipulate the rules. Please note that while ord...

KAMELKEV/CSS-Simple-3224 - 16 Nov 2017 03:21:49 UTC - Search in distribution

Cvs::Simple - Perl interface to cvs River stage zero No dependents

"Cvs::Simple" is an attempt to provide an easy-to-use wrapper that allows cvs commands to be executed from within a Perl program, without the programmer having to wade through the (many) cvs global and command-specific options. The methods provided f...

STEPHENCA/Cvs-Simple-0.06 - 07 Feb 2008 12:07:22 UTC - Search in distribution

DFA::Simple - A Perl module to implement simple Discrete Finite Automata River stage zero No dependents

my $Obj = new DFA::Simple $Actions,[States]; This creates a simple automaton with a finite number of individual states. The short version is that state numbers are just indices into the array. The state basically binds the rest of the machine togethe...

ASB/DFA-Simple-0.34 - 07 Nov 2018 17:30:50 UTC - Search in distribution

Etk::Simple - Simplified function calls for Etk River stage zero No dependents

Many widgets in Etk have different constructors and require different calls for each type of constructor. This module tries to simplify this process by providing a single "new" constructor that, depending on the number and type of arguments, calls th...

LEVIATHAN/Etk-Perl-0.09 - 16 Mar 2008 09:11:08 UTC - Search in distribution

FSM::Simple - Flexible Perl implementation of Finite State Machine. River stage zero No dependents

This module contains a class with simple Finite State Machine (FSM) implementation. This is tiny layer for better control of flow in your code. You can create your own subs and add these to the FSM object. Next you can define transitions between thos...

KOSCIELNY/FSM-Simple-0.02 - 03 Feb 2013 19:14:44 UTC - Search in distribution

ICS::Simple - Simple interface to CyberSource ICS2 River stage zero No dependents

WILSOND/ICS-Simple-0.06 - 02 Mar 2007 00:44:15 UTC - Search in distribution

IPC::Simple - simple, non-blocking IPC River stage zero No dependents

Provides a simplified interface for managing and kibbitzing with a child process....

JEFFOBER/IPC-Simple-0.09 - 08 Dec 2020 16:05:01 UTC - Search in distribution

KSx::Simple - Basic search engine. River stage two • 9 direct dependents • 10 total dependents

KSx::Simple is a stripped-down interface for the KinoSearch search engine library....

CREAMYG/KinoSearch-0.315 - 16 Apr 2012 21:20:13 UTC - Search in distribution

Log::Simple - Basic runtime logger River stage zero No dependents

External Functions logger( $level, @messages ) log informations POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 6: =over without closing =back...

MOUNS/Log-Simple-1.8 - 19 Jul 2006 08:04:41 UTC - Search in distribution

MPV::Simple - Perl extension for the MPV audio and video player using libmpv River stage zero No dependents

MPV::Simple is simple binding to libmpv/MPV. WARNING The module is in the ALPHA stadium (as well as the libmpv API). API could be changed in the future. METHODS The following methods exist: * my $mpv = MPV::Simple->new() Constructs a new MPV handle *...

PERLMAX/MPV-Simple-0.67 - 26 Apr 2020 09:18:46 UTC - Search in distribution

PCL::Simple - Create PCL for printing plain text files River stage zero No dependents

PCL::Simple will provide PCL strings that cause your printer to print a plain text file with *exactly* the right font -- i.e. the exact font needed to fill the page with as many fixed width characters across and down as you specify. In addition to pr...

PRL/PCL-Simple-1.02 - 31 May 2006 02:37:57 UTC - Search in distribution

Pod::Simple - framework for parsing Pod River stage five • 134 direct dependents • 32646 total dependents

Pod::Simple is a Perl library for parsing text in the Pod ("plain old documentation") markup language that is typically used for writing documentation for Perl and for Perl modules. The Pod format is explained in perlpod; the most common formatter is...

KHW/Pod-Simple-3.45 - 15 May 2023 23:28:35 UTC - Search in distribution

RDF::Simple - read and write RDF without complication River stage one • 7 direct dependents • 8 total dependents

This package is for very simple manipulations of RDF/XML serialisations of RDF graphs. It consists of: RDF::Simple::Parser RDF::Simple::Serialiser Please consult the individual pod for these packages. The parser requires XML::SAX Also provided is RDF...

MTHURN/RDF-Simple-0.421 - 06 Mar 2020 16:01:20 UTC - Search in distribution
11,091 results (0.33 seconds)