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

Search results for "BARNEY"

CGI - Handle Common Gateway Interface requests and responses River stage four • 286 direct dependents • 1216 total dependents

CGI.pm is a stable, complete and mature solution for processing and preparing HTTP requests and responses. Major features including processing form submissions, file uploads, reading and writing cookies, query string generation and manipulation, and ...

LEEJO/CGI-4.64 - 18 Mar 2024 12:10:48 UTC - Search in distribution

s3cl - Command line for Amazon s3 cloud storage River stage two • 13 direct dependents • 15 total dependents

This program gives a command line interface to Amazons s3 storage service. It does not limit the number of requests (which may cost you more money than if you did it a different way!) and each request costs Money (although some costs from EC2 may be ...

BARNEY/Net-Amazon-S3-0.991 - 16 Jul 2022 23:48:15 UTC - Search in distribution

perlsyn - Perl syntax River stage five • 11292 direct dependents • 32664 total dependents

A Perl program consists of a sequence of declarations and statements which run from the top to the bottom. Loops, subroutines, and other control structures allow you to jump around within the code. Perl is a free-form language: you can format and ind...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 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

perlfaq4 - Data Manipulation River stage zero No dependents

This section of the FAQ answers questions related to manipulating numbers, dates, strings, arrays, hashes, and miscellaneous data issues....

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

Class::Generate - Generate Perl class hierarchies River stage one • 1 direct dependent • 1 total dependent

The "Class::Generate" package exports functions that take as arguments a class specification and create from these specifications a Perl 5 class. The specification language allows many object-oriented constructs: typed members, inheritance, private m...

SHLOMIF/Class-Generate-1.18 - 13 Oct 2020 09:35:55 UTC - Search in distribution

IT::perlsyn River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

perllol - Manipulación de array de array en Perl *** DOCUMENTO SIN REVISAR *** River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution

Test::YAFT - Yet another testing framework River stage zero No dependents

This module combines features of multiple test libraries providing its own, BDD inspired, Context oriented, testing approach....

BARNEY/Test-YAFT-1.0.1 - 06 Jul 2022 10:59:00 UTC - Search in distribution

share::Apocalypse::A06 River stage one • 2 direct dependents • 2 total dependents

HINRIK/Perl6-Doc-0.47 - 06 Dec 2010 03:25:27 UTC - Search in distribution

Net::Twitter - A perl interface to the Twitter API River stage two • 21 direct dependents • 35 total dependents

This module has been superseded by Twitter::API. Please update as soon as you possibly can to use new features and the new API versions. This module will no longer be supported. This module provides a perl interface to the Twitter APIs. See <http://d...

MMIMS/Net-Twitter-4.01043 - 17 Jan 2018 18:36:07 UTC - Search in distribution

XML::Genx - A simple, correct XML writer River stage zero No dependents

This class is used for generating XML. The underlying library (genx) ensures that the output is well formed, canonical XML. That is, all characters are correctly encoded, namespaces are handled properly and so on. If you manage to generate non-well-f...

HDM/XML-Genx-0.22 - 08 Oct 2006 18:19:02 UTC - Search in distribution

HTML::ReportWriter - Simple OO interface to generate pageable, sortable HTML tabular reports River stage zero No dependents

This module generates an HTML tabular report. The first row of the table is the header, which will contain column names, and if the columns are sortable, the name will link back to the cgi, and will allow for changing of the sort. Below the table of ...

OPIATE/HTML-ReportWriter-1.5.1 - 27 Jun 2008 15:31:45 UTC - Search in distribution

RPerl::Learning River stage one • 3 direct dependents • 3 total dependents

WBRASWELL/RPerl-7.000000 - 05 Jul 2020 01:35:58 UTC - Search in distribution

Relations::Query - Object for building queries with DBI/DBD::mysql River stage zero No dependents

WHAT IT DOES With Relations::Query you can create a 'select' query by creating a new query object, and passing hashes, arrays, or strings of info to the constructor, such as what's within the variables clause, what to order by, etc. You can also add ...

GAFFER/Relations-Query-0.93 - 20 Nov 2001 04:21:44 UTC - Search in distribution

Inline::C::Cookbook - A Cornucopia of Inline C Recipes River stage two • 43 direct dependents • 76 total dependents

It's a lot easier for most of us to cook a meal from a recipe, rather than just throwing things into a pot until something edible forms. So it is with programming as well. "Inline.pm" makes C programming for Perl as easy as possible. Having a set of ...

ETJ/Inline-C-0.82 - 02 Mar 2022 15:39:05 UTC - Search in distribution

CGI::Application::Framework - Fully-featured MVC web application platform River stage zero No dependents

"CGI::Application::Framework" is a web development plaform built upon "CGI::Application". It incorporates many modules from CPAN in order to provide a feature-rich environment, and makes it easy to write robust, secure, scalable web applications. It ...

RDICE/CGI-Application-Framework-0.26 - 01 Nov 2005 02:13:47 UTC - Search in distribution

Text::vCard - Edit and create vCards (RFC 2426) River stage two • 9 direct dependents • 14 total dependents

A vCard is an electronic business card. This package is for a single vCard (person / record / set of address information). It provides an API to editing and creating vCards, or supplied a specific piece of the Text::vFile::asData results it generates...

LLAP/Text-vCard-3.09 - 23 Oct 2016 19:27:44 UTC - Search in distribution

MaxMind::DB::Writer::Tree - DEPRECATED Tree representing a MaxMind DB database in memory - then write it to a file River stage one • 1 direct dependent • 1 total dependent

This is the main class you'll use to write MaxMind DB database files <http://maxmind.github.io/MaxMind-DB/>. This class represents the database in memory. Once you've created the full tree you can write to a file....

MAXMIND/MaxMind-DB-Writer-0.300004 - 17 Oct 2023 17:21:33 UTC - Search in distribution

XML::Dumper - Perl module for dumping Perl objects from/to XML River stage two • 8 direct dependents • 13 total dependents

XML::Dumper dumps Perl data to XML format. XML::Dumper can also read XML data that was previously dumped by the module and convert it back to Perl. You can use the module read the XML from a file and write the XML to a file. Perl objects are blessed ...

MIKEWONG/XML-Dumper-0.81 - 05 Apr 2006 20:21:12 UTC - Search in distribution
49 results (0.065 seconds)