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 "SubComponents"

Dash::Html::Components::Sub River stage zero No dependents

PABLROD/Dash-0.11 - 14 Aug 2022 14:02:57 UTC - Search in distribution

Graph - graph data structures and algorithms River stage three • 84 direct dependents • 147 total dependents

Non-Description This module is not for drawing or rendering any sort of *graphics* or *images*, business, visualization, or otherwise. Description Instead, this module is for creating *abstract data structures* called graphs, and for doing various op...

ETJ/Graph-0.9727 - 25 Jun 2023 17:34:56 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

perloptree - The Perl op tree River stage zero No dependents

Various material about the internal Perl compilation representation during parsing and optimization, before the actual execution begins, represented as "B" objects, the "B" op tree. The well-known perlguts.pod focuses more on the internal representat...

RURBAN/B-C-1.57 - 07 May 2019 12:10:41 UTC - Search in distribution

LoadHtml - Dynamic HTML Generation Library River stage zero No dependents

AND EXAMPLES The LoadHtml Home Page LoadHtml - Dynamic HTML Generation Library, by Jim Turner (turnerjw784 att yahoo .dot. com). LoadHtml is a Perl library to enable Perl CGI programs to dynamically generate HTML pages from HTML page templates. LoadH...

TURNERJW/LoadHtml-7.10 - 23 Jul 2018 19:34:17 UTC - Search in distribution

pod::CONFIGURE_HOWTO River stage zero No dependents

LDS/GBrowse-2.56 - 15 Jan 2017 21:29:11 UTC - Search in distribution

HTML::Mason::FAQ - Frequently asked questions River stage two • 42 direct dependents • 77 total dependents

DROLSKY/HTML-Mason-1.60 - 11 Feb 2023 18:45:01 UTC - Search in distribution

Endoscope - Dig into the guts of a live Perl program River stage zero No dependents

Endoscope is an endoscope <https://en.wikipedia.org/wiki/Endoscope> for live Perl programs. It provides dynamic run-time introspection of Perl variables at arbitrary locations in the program. Think of it like inserting "say Dumper($foo)" at *just* th...

BTYLER/Endoscope-0.002 - 13 Jan 2020 20:43:31 UTC - Search in distribution

Test::AutomationFramework - Test Automation Framework (TAF) River stage zero No dependents

YWANGPERL/Test-AutomationFramework-0.060.04 - 06 Dec 2013 07:28:04 UTC - Search in distribution

DDG::Manual::Translation - Overview of the translation system of DuckDuckGo River stage one • 1 direct dependent • 1 total dependent

DDG/DDG-1018 - 23 Nov 2017 20:24:14 UTC - Search in distribution

Paws::AppConfig - Perl Interface to AWS Amazon AppConfig River stage two • 9 direct dependents • 11 total dependents

AWS AppConfig Use AWS AppConfig, a capability of AWS Systems Manager, to create, manage, and quickly deploy application configurations. AppConfig supports controlled deployments to applications of any size and includes built-in validation checks and ...

JROBINSON/Paws-0.46 - 20 Jan 2024 12:10:03 UTC - Search in distribution

Tie::iCal - Tie iCal files to Perl hashes. River stage zero No dependents

Tie::iCal represents an RFC2445 iCalendar file as a Perl hash. Each key in the hash represents an iCalendar component like VEVENT, VTODO or VJOURNAL. Each component in the file must have a unique UID property as specified in the RFC 2445. A file cont...

BSDZ/Tie-iCal-0.15 - 19 Sep 2011 21:30:25 UTC - Search in distribution

Net::HL7 River stage one • 3 direct dependents • 3 total dependents

The Net-HL7 package is a simple Perl API for creating, parsing sending and receiving HL7 messages. To create an empty HL7 message object, do: use Net::HL7::Message; my $msg = new Net::HL7::Message(); and add segments like: my $msh = new Net::HL7::Seg...

DDOKTER/Net-HL7-0.82 - 27 Jun 2017 11:59:22 UTC - Search in distribution

SNMP::Info::Airespace - SNMP Interface to data from AIRESPACE-WIRELESS-MIB and AIRESPACE-SWITCHING-MIB River stage one • 1 direct dependent • 1 total dependent

SNMP::Info::Airespace is a subclass of SNMP::Info that provides an interface to AIRESPACE-WIRELESS-MIB and AIRESPACE-SWITCHING-MIB. These MIBs are used in Airespace wireless switches, as well as, products from Cisco, Nortel, and Alcatel which are bas...

OLIVER/SNMP-Info-3.970001 - 28 Feb 2024 16:26:46 UTC - Search in distribution

POE::Component::Amazon::S3 - Work with Amazon S3 using POE River stage one • 1 direct dependent • 1 total dependent

POE::Component::Amazon::S3 is an asynchronous Amazon S3 client based loosely on Net::Amazon::S3. Amazon provides an "infinite" Simple Storage Service (S3) where you may store as much data as you like, paying only for the bandwidth and disk space used...

AGRUNDMA/POE-Component-Amazon-S3-0.01 - 09 Feb 2007 16:57:43 UTC - Search in distribution

POE::Component::Client::HTTP - a HTTP user-agent component River stage two • 39 direct dependents • 55 total dependents

POE::Component::Client::HTTP is an HTTP user-agent for POE. It lets other sessions run while HTTP transactions are being processed, and it lets several HTTP transactions be processed in parallel. It supports keep-alive through POE::Component::Client:...

RCAPUTO/POE-Component-Client-HTTP-0.949 - 08 Jul 2014 18:10:16 UTC - Search in distribution

MasonX::Profiler - Mason per-component profiler River stage zero No dependents

This module prints per-component profiling information to "STDERR" (usually directed to the Apache error log). Its output looks like this: =Mason= 127.0.0.1 - /NoAuth/webrt.css BEGINS {{{ =Mason= 127.0.0.1 - /NoAuth/webrt.css {{{ =Mason= 127.0.0.1 - ...

BPS/MasonX-Profiler-0.07 - 15 Jul 2022 19:11:35 UTC - Search in distribution

POE::Component::Curl::Multi - a fast HTTP POE component River stage one • 1 direct dependent • 1 total dependent

POE::Component::Curl::Multi is an HTTP user-agent for POE. It lets other sessions run while HTTP transactions are being processed, and it lets several HTTP transactions be processed in parallel. It uses Net::Curl internally to provide access to "libc...

BINGOS/POE-Component-Curl-Multi-1.02 - 30 Dec 2023 11:36:59 UTC - Search in distribution

Mason::Manual::UpgradingFromMason1 - Summary of differences between Mason 1 and Mason 2 River stage two • 16 direct dependents • 16 total dependents

Mason 2.x comes ten years after Mason 1.0 (known as HTML::Mason) and twelve years after the original Mason release. It has been rearchitected and reimplemented from the ground up. That said, the philosophy and core syntax are similar enough that it s...

JSWARTZ/Mason-2.24 - 16 May 2015 20:12:09 UTC - Search in distribution

WWW::SFDC::Constants - Data about SFDC Metadata Components. River stage one • 1 direct dependent • 1 total dependent

TMINNEY/WWW-SFDC-0.37 - 15 Sep 2015 15:16:35 UTC - Search in distribution
24 results (0.052 seconds)