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

Search results for "DARREN"

Apache::ASP - Active Server Pages for Apache with mod_perl River stage one • 2 direct dependents • 2 total dependents

Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including ...

CHAMAS/Apache-ASP-2.63 - 15 Mar 2018 05:28:37 UTC - Search in distribution

Sed - A sed(1)-like stream editor River stage zero No dependents

Sed implements a stream editor (sed), like the standard Unix utility of the same name. sed is called with a regular expression (see below) in curly braces as its first argument and a scalar as its second argument. A local copy of the scalar is made a...

DARREN/Sed-1.11 - 23 Jan 2002 13:44:05 UTC - Search in distribution

sqlt - convert SQL schema using SQL::Translator River stage three • 117 direct dependents • 266 total dependents

This script is part of the SQL Fairy project. It will try to convert any source file for which it has a grammar into any format for which it has a producer. If using "show-warnings," be sure to redirect STDERR to a separate file. In bash, you could d...

VEESH/SQL-Translator-1.65 - 16 Jan 2024 18:56:26 UTC - Search in distribution

CGI::Portable - Framework for server-generic web apps River stage zero No dependents

The CGI::Portable class is a framework intended to support complex web applications that are easily portable across servers because common environment-specific details are abstracted away, including the file system type, the web server type, and your...

DUNCAND/CGI-Portable-0.51 - 08 Jun 2004 01:36:22 UTC - Search in distribution
  • DemoUsage - Demo of CGI::Portable that tracks web site usage details, as well as e-mail backups of usage counts to the site owner.
  • DemoGuestBook - Demo of CGI::Portable that implements a complete guest book with unlimited questions that also e-mails submissions to the website owner.
  • DemoTextFile - Demo of CGI::Portable that displays the content of a static html or text file, which can be in multiple segments.
  • 7 more results from CGI-Portable »

Set::Relation - A relation data type River stage zero No dependents

Set::Relation provides a simple Perl-native facility for an application to organize and process information using the relational model of data, without having to employ a separate DBMS, and without having to employ a whole separate sub-/language (suc...

DUNCAND/Set-Relation-0.13.4 - 27 Sep 2023 01:14:27 UTC - Search in distribution

changes River stage three • 51 direct dependents • 102 total dependents

RJBS/MIME-Lite-3.033 - 12 Jun 2021 15:53:07 UTC - Search in distribution

HTML::Template - Perl module to use HTML-like templating language River stage three • 81 direct dependents • 224 total dependents

This module attempts to make using HTML templates simple and natural. It extends standard HTML with a few new HTML-esque tags - "<TMPL_VAR>" "<TMPL_LOOP>", "<TMPL_INCLUDE>", "<TMPL_IF>", "<TMPL_ELSE>" and "<TMPL_UNLESS>". The file written with HTML a...

SAMTREGAR/HTML-Template-2.97 - 18 May 2017 20:30:05 UTC - Search in distribution

TOML - Parser for Tom's Obvious, Minimal Language. River stage two • 14 direct dependents • 21 total dependents

"TOML" implements a parser for Tom's Obvious, Minimal Language, as defined at <https://github.com/mojombo/toml>. "TOML" exports two subroutines, "from_toml" and "to_toml",...

KARUPA/TOML-0.97 - 20 Mar 2016 01:41:59 UTC - Search in distribution

HTML::FormTemplate - Make data-defined persistant forms, reports River stage one • 1 direct dependent • 1 total dependent

This Perl 5 object class can create web fill-out forms as well as parse, error-check, and report their contents. Forms can start out blank or with initial values, or by repeating the user's last input values. Facilities for interactive user-input-cor...

DUNCAND/HTML-FormTemplate-2.03 - 18 Jul 2005 22:21:16 UTC - Search in distribution

perlbook - Libros sobre Perl y otros libros relacionados River stage zero No dependents

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

String::Print - printf alternative River stage two • 4 direct dependents • 90 total dependents

This module inserts values into (format) strings. It provides "printf" and "sprintf" alternatives via both an object oriented and a functional interface. Read in the "DETAILS" chapter below, why this module provides a better alternative for "printf()...

MARKOV/String-Print-0.94 - 01 Mar 2020 11:39:41 UTC - Search in distribution

perlbook - Books about and related to Perl River stage five • 11292 direct dependents • 32664 total dependents

There are many books on Perl and Perl-related. A few of these are good, some are OK, but many aren't worth your money. There is a list of these books, some with extensive reviews, at <https://www.perl.org/books/library.html> . We list some of the boo...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution
  • perlbook - Books about and related to Perl

urifind - find URIs in a document and dump them to STDOUT. River stage three • 36 direct dependents • 221 total dependents

urifind is a simple script that finds URIs in one or more files (using "URI::Find"), and outputs them to to STDOUT. That's it. To find all the URIs in file1, use: $ urifind file1 To find the URIs in multiple files, simply list them as arguments: $ ur...

MSCHWERN/URI-Find-20160806 - 06 Aug 2016 20:45:50 UTC - Search in distribution

HTML::EasyTags - Make well-formed XHTML or HTML 4 tags, lists River stage one • 3 direct dependents • 4 total dependents

This Perl 5 object class can be used to generate any well-formed XHTML or HTML tags in a format that is consistent with the W3C XHTML 1.0 or HTML 4.01 standards. See http://www.w3.org/TR/xhtml1 and http://www.w3c.org/MarkUp for references. There are ...

DUNCAND/HTML-EasyTags-1.071 - 17 Mar 2003 06:28:23 UTC - Search in distribution

Apache::Template - Apache/mod_perl interface to the Template Toolkit River stage zero No dependents

The Apache::Template module provides a simple interface to the Template Toolkit from Apache/mod_perl. The Template Toolkit is a fast, powerful and extensible template processing system written in Perl. It implements a general purpose template languag...

ABW/Apache-Template-0.09 - 27 Apr 2004 09:26:34 UTC - Search in distribution

share::Synopsis::S03-operators River stage one • 2 direct dependents • 2 total dependents

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

DBIx::Class - Extensible and flexible object <-> relational mapper. River stage three • 342 direct dependents • 452 total dependents

This is an SQL to OO mapper with an object API inspired by Class::DBI (with a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in you...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC - Search in distribution

HTML::FormEngine - create,validate and control html/xhtml forms River stage zero No dependents

FormEngine.pm is a Perl 5 object class which provides an api for managing html/xhtml forms. FormEngine has its own, very flexible template system for defining form skins. A default skin and a more flexible one is provided. This should be sufficent in...

MORNI/HTML-FormEngine-1.01 - 23 Apr 2004 12:40:57 UTC - Search in distribution

HTML::FormEngine::DBSQL - create html/xhtml forms for adding, updating and removing records to / in / from sql database tables River stage zero No dependents

DBSQL.pm is an exentsion of HTML::FormEngine, that means it inherits all functionality from HTML::FormEngine and adds some new features. In web development, form data is mostly used to update a database. For example most guestbooks or any similar web...

MORNI/HTML-FormEngine-DBSQL-1.01 - 24 Apr 2004 13:39:15 UTC - Search in distribution

Locale::KeyedText River stage zero No dependents

Introduction Many times during a program's operation, the program (or a package it uses) will need to display a message to the user, or generate a message to be shown to the user. Sometimes this is an error message of some kind, but it could also be ...

DUNCAND/Locale-KeyedText-2.1.1 - 21 Oct 2019 06:30:51 UTC - Search in distribution
74 results (0.071 seconds)