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

Search results for "CLOTHO"

CAM::SOAPApp::Std - Clotho standard SOAP tools River stage zero No dependents

CAM::SOAPApp::Std adds Clotho conventions to CAM::SOAPApp. This includes an omnipresent requestID and auto-detection of request/response wrappers. Those wrappers are handy when working with non-Perl SOAP implementations that can't support receiving u...

CLOTHO/CAM-SOAPApp-Std-1.03 - 23 Apr 2005 04:11:46 UTC - Search in distribution

CAM::Template - Clotho-style search/replace HTML templates River stage one • 3 direct dependents • 6 total dependents

This package is intended to replace Clotho's traditional ::PARAM:: syntax with an object-oriented API. This syntax is overrideable by subclasses. See the last section of this documentation for an explanation of the default syntax. We recommend that y...

CLOTHO/CAM-Template-0.93 - 20 Sep 2005 19:26:59 UTC - Search in distribution

CAM::PDF - PDF manipulation library River stage two • 11 direct dependents • 20 total dependents

This package reads and writes any document that conforms to the PDF specification generously provided by Adobe at <http://partners.adobe.com/public/developer/pdf/index_reference.html> (link last checked Oct 2005). The file format through PDF 1.5 is w...

CDOLAN/CAM-PDF-1.60 - 15 Aug 2013 02:11:22 UTC - Search in distribution

dbf2csv - Convert dBASE DBF files to text files River stage zero No dependents

One or more files specified on the command line (or from standard input if none specified, or "-" is specified) are converted from dBASE DBF format to text delimited files. Delimiters and escape characters can be indicated on the command line. Output...

CLOTHO/CAM-DBF-1.02 - 25 Oct 2006 14:24:42 UTC - Search in distribution
  • packdbf - Rebuild DBF files, removing deleted rows
  • CAM::DBF - Perl extension for reading and writing dBASE III DBF files

flv2swf - Transform an FLV file into a SWF file River stage zero No dependents

With respect to video and audio content, FLV and SWF files have very similar data inside, and differ primarily in metadata. Very roughly, one can think of an FLV file as a subset of a SWF file. Therefore, one can easily transcode from SWF to FLV and ...

CDOLAN/FLV-Info-0.24 - 14 Mar 2009 03:08:34 UTC - Search in distribution

CAM::App - Web database application framework River stage one • 1 direct dependent • 2 total dependents

CAM::App is a framework for web-based, database-driven applications. This package abstracts away a lot of the tedious interaction with the application configuration state. It is quite generic, and is designed to be subclassed with more specific funct...

CLOTHO/CAM-App-1.07 - 23 Apr 2005 03:49:46 UTC - Search in distribution

Net::VNC - A simple VNC client River stage zero No dependents

Virtual Network Computing (VNC) is a desktop sharing system which uses the RFB (Remote FrameBuffer) protocol to remotely control another computer. This module acts as a VNC client and communicates to a VNC server using the RFB protocol, allowing you ...

LBROCARD/Net-VNC-0.40 - 29 Oct 2011 07:22:21 UTC - Search in distribution

CAM::XML - Encapsulation of a simple XML data structure River stage one • 1 direct dependent • 2 total dependents

This module reads and writes XML into a simple object model. It is optimized for ease of creating code that interacts with XML. This module is not as powerful or as standards-compliant as say XML::LibXML, XML::SAX, XML::DOM, etc, but it's darn easy t...

CLOTHO/CAM-XML-1.14 - 02 Feb 2006 03:25:38 UTC - Search in distribution

CAM::PDFTaxforms - CAM::PDF wrapper to also allow editing of checkboxes (ie. for IRS Tax forms). River stage zero No dependents

This package is a wrapper for and creates a CAM::PDF object. The difference is that some method functions are overridden to fix some issues and add some new features, namely to better handle IRS tax forms, many of which have checkboxes, in addition t...

TURNERJW/CAM-PDFTaxforms-1.20 - 03 Jun 2019 16:25:52 UTC - Search in distribution

CAM::UserApp - Extension of CAM::App to support web login River stage zero No dependents

CAM::UserApp provides generic session-based login capabilities. It supports login, state maintenance and password changing in a framework that supports either SOAP or cookie-based HTML, among other possibilities. CAM::UserApp is not complete by itsel...

CLOTHO/CAM-UserApp-1.01 - 23 Apr 2005 05:08:13 UTC - Search in distribution

CAM::SQLObject - Object parent class for SQL delegates River stage zero No dependents

This class is not meant to be instantiated directly. Instead, it is intended to be the superclass of real database frontend objects. Those objects will typically add several get<field> and set<field> routines to act as accessors and mutators for the ...

CLOTHO/CAM-SQLObject-1.01 - 23 Apr 2005 03:38:35 UTC - Search in distribution

asdoc2pod - Read an Actionscript file with Javadoc and output POD River stage zero No dependents

Read in an Actionscript file and parse it, searching for Javadoc-style comments. If any are found, convert them to POD (Perl's Plain Old Documentation format). The output is just the POD, unless the "--code" flag is used, in which case the original A...

CLOTHO/Pod-FromActionscript-0.53 - 26 Sep 2005 23:22:37 UTC - Search in distribution

syncannopod - Mirror the AnnoCPAN database locally River stage zero No dependents

Mirrors an annopod.db database to the local filesystem for use with the annopod command. See the modules listed below for more details....

CLOTHO/AnnoCPAN-Perldoc-SyncDB-0.11 - 28 Sep 2005 03:15:14 UTC - Search in distribution

CAM::SQLManager - Encapsulated SQL statements in XML River stage one • 1 direct dependent • 1 total dependent

This package implements SQL templates. This allows the programmer to increase the separation between the SQL RDBMS and the Perl programming logic of any project. This package has features that make it particularly useful in a web environment, as it i...

CLOTHO/CAM-SQLManager-1.13 - 23 Apr 2005 03:30:22 UTC - Search in distribution

CAM::SOAPApp - SOAP application framework River stage one • 1 direct dependent • 1 total dependent

CAM::SOAPApp is a framework to assist SOAP applications. This package abstracts away a lot of the tedious interaction with SOAP and the application configuration state. CAM::SOAPApp is a subclass of CAM::App and therefore inherits all of its handy fe...

CLOTHO/CAM-SOAPApp-1.06 - 21 Feb 2006 16:41:08 UTC - Search in distribution

CAM::Session - DBI and cookie CGI session state maintenance River stage zero No dependents

CAM::Session interacts with the CGI program, the database and the visitor's cookie to create a storage space for persistent data....

CLOTHO/CAM-Session-1.03 - 26 Apr 2005 17:49:59 UTC - Search in distribution

CAM::SOAPClient - SOAP interaction tools River stage zero No dependents

This module offers some basic tools to simplify the creation of SOAP client implementations. It is intended to be subclassable, but works fine as-is too. The purpose for this module is to abstract the complexity of SOAP::Lite. That module makes easy ...

CLOTHO/CAM-SOAPClient-1.17 - 07 Apr 2006 14:46:37 UTC - Search in distribution

Net::IP::Match::Regexp - Efficiently match IP addresses against ranges River stage one • 3 direct dependents • 6 total dependents

This module allows you to check an IP address against one or more IP ranges. It employs Perl's highly optimized regular expression engine to do the hard work, so it is very fast. It is optimized for speed by doing the match against a regexp which imp...

CDOLAN/Net-IP-Match-Regexp-1.01 - 04 Oct 2008 02:40:08 UTC - Search in distribution

CGI::Compress::Gzip - CGI with automatically compressed output River stage one • 1 direct dependent • 1 total dependent

CGI::Compress::Gzip extends the CGI module to auto-detect whether the client browser wants compressed output and, if so and if the script chooses HTML output, apply gzip compression on any content header for STDOUT. This module is intended to be a dr...

CDOLAN/CGI-Compress-Gzip-1.03 - 18 Oct 2008 04:32:35 UTC - Search in distribution

Win32::Codepage - get Win32 codepage information River stage zero No dependents

This module is intended as a companion to Win32::Locale. That module offers information about user prefs for language and locale. However, Windows has a separate setting for how files and filenames are encoded by default, which is specified by the "c...

CLOTHO/Win32-Codepage-1.00 - 26 Sep 2005 17:13:21 UTC - Search in distribution
26 results (0.035 seconds)