The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module::HTML-Table"

RapidApp::Module::AppDV::HtmlTable - Table generator for RapidApp/AppDV River stage one • 5 direct dependents • 5 total dependents

This module generates a nicely laid out "Property" (name/value pairs) HTML table according to the data structure in 'tt_table_data' which should look like this: [ [ { name => "Some Label/Heading", value => "Some value" }, { name => "foo", value => "B...

VANSTYN/RapidApp-1.3500 - 22 Nov 2021 22:52:12 UTC - Search in distribution

DBIx::HTML - Just another HTML table generating DBI extension. River stage zero No dependents

Generate HTML tables from database queries (HTML4, XHTML and HTML5). Can generate landscape and other rotated views, Handsontable tables, checkboard patterns, and can create animations of cell values and backgrounds via jQuery. Connect to the databas...

JEFFA/DBIx-HTML-1.04 - 27 Jan 2024 22:36:00 UTC - Search in distribution

HTML::Toc - Generate, insert and update HTML Table of Contents. River stage one • 3 direct dependents • 5 total dependents

Generate, insert and update HTML Table of Contents (ToC)....

FVULTO/HTML-Toc-1.12 - 31 Jul 2009 10:40:04 UTC - Search in distribution

libev - a high performance full-featured event loop written in C River stage two • 71 direct dependents • 86 total dependents

MLEHMANN/EV-4.34 - 08 Oct 2023 21:47:52 UTC - Search in distribution

td - Manipulate table data River stage one • 2 direct dependents • 2 total dependents

What is td? *td* receives table data from standard input and performs an action on it. It has functionality similar to some Unix commands like *head*, *tail*, *wc*, *cut*, *sort* except that it operates on table rows/columns instead of lines/characte...

PERLANCAR/App-td-0.111 - 05 May 2023 00:05:59 UTC - Search in distribution

HTTP River stage three • 155 direct dependents • 183 total dependents

This chapter explains how to implement the HTTP protocol handlers in mod_perl....

SHAY/mod_perl-2.0.13 - 21 Oct 2023 10:32:29 UTC - Search in distribution

XSH - scripting language for XPath-based editing of XML River stage zero No dependents

CHOROBA/XML-XSH2-2.2.10 - 22 Dec 2023 14:24:21 UTC - Search in distribution

XSH River stage zero No dependents

CHOROBA/XML-XSH-1.8.6 - 09 Mar 2018 23:41:22 UTC - Search in distribution

CGI - Handle Common Gateway Interface requests and responses River stage four • 286 direct dependents • 1223 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

POOF - Perl extension that provides stronger typing, encapsulation and inheritance. River stage zero No dependents

This module attempts to give Perl a more formal OO implementation framework. Providing a distinction between class properties and methods with three levels of access (Public, Protected and Private). It also restricts method overriding in children cla...

BMILLARES/POOF-1.4 - 09 Oct 2008 19:12:25 UTC - Search in distribution

DBI - Database independent interface for Perl River stage four • 946 direct dependents • 2083 total dependents

The DBI is a database access module for the Perl programming language. It defines a set of methods, variables, and conventions that provide a consistent database interface, independent of the actual database being used. It is important to remember th...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution
  • DBI::DBD - Perl DBI Database Driver Writer's Guide

orgsel - Select Org document elements using CSel (CSS-selector-like) syntax River stage one • 1 direct dependent • 1 total dependent

This utility allows you to select nodes from Org document on the command-line using CSel selector syntax. Org is a plain-text document format for keeping notes, maintaining to-do lists, planning projects, authoring documents, and more. The specificat...

PERLANCAR/App-orgsel-0.014 - 03 Jul 2021 12:44:30 UTC - Search in distribution

Gtk River stage one • 1 direct dependent • 2 total dependents

MLEHMANN/Gtk-Perl-0.7010 - 15 Dec 2012 19:43:06 UTC - Search in distribution

LWP - The World-Wide Web library for Perl River stage four • 2175 direct dependents • 6287 total dependents

The libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface (API) to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW cl...

OALDERS/libwww-perl-6.77 - 11 Mar 2024 00:58:25 UTC - Search in distribution

PXP - Perl Xtensions & Plugins River stage zero No dependents

This module provides a generic plugin framework, similar to the Eclipse model. It has been developed for the IMC project (see http://www.idealx.org/prj/imc) and is now released as an autonomous CPAN module. Definitions A "plugin" is a common design p...

DBARTH/PXP-0.1.2 - 24 Mar 2005 12:29:55 UTC - Search in distribution

lcpan - Manage your local CPAN mirror River stage two • 42 direct dependents • 73 total dependents

This application is a convenient bundling of "CPAN::Mini" and an indexer so in addition to creating your local CPAN mirror and installing modules from it, you can also query various things about your local CPAN mirror quickly from the command-line (a...

PERLANCAR/App-lcpan-1.074 - 11 Jan 2024 00:11:13 UTC - Search in distribution

Fsdb - a flat-text database for shell scripting River stage zero No dependents

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 UTC - Search in distribution

exiftool - Read and write meta information in files River stage two • 30 direct dependents • 31 total dependents

A command-line interface to Image::ExifTool, used for reading and writing meta information in a variety of file types. *FILE* is one or more source file names, directory names, or "-" for the standard input. Metadata is read from source files and pri...

EXIFTOOL/Image-ExifTool-12.76 - 31 Jan 2024 15:31:14 UTC - Search in distribution

Math::MPFR - perl interface to the MPFR (floating point) library. River stage one • 5 direct dependents • 8 total dependents

A bigfloat module utilising the MPFR library. Basically this module simply wraps the 'mpfr' floating point functions provided by that library. Operator overloading is also available. The following documentation heavily plagiarises the mpfr documentat...

SISYPHUS/Math-MPFR-4.29 - 07 May 2024 02:46:26 UTC - Search in distribution

Catalyst - The Elegant MVC Web Application Framework River stage three • 605 direct dependents • 679 total dependents

Catalyst is a modern framework for making web applications without the pain usually associated with this process. This document is a reference to the main Catalyst application. If you are a new user, we suggest you start with Catalyst::Manual::Tutori...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC - Search in distribution
1,156 results (0.227 seconds)