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

Search results for "SHOT"

Sorauta::Capture::ScreenShot - capture your desktop and send data to server River stage zero No dependents

capture your desktop and send data to server. EXPORT None by default....

YUKI/Sorauta-Capture-ScreenShot-0.02 - 27 Jan 2012 11:13:37 UTC - Search in distribution

Paws::Rekognition::ShotSegment River stage two • 9 direct dependents • 11 total dependents

Information about a shot detection segment detected in a video. For more information, see SegmentDetection....

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

Net::MQTT::Simple::One_Shot_Loader - Perl package to add one_shot method to Net::MQTT::Simple River stage one • 1 direct dependent • 1 total dependent

This package loads the "one_shot" method into the Net::MQTT::Simple name space to provide a well tested remote procedure call (RPC) via MQTT. Many IoT devices only support MQTT as a protocol so, in order to query state or settings these properties ne...

MRDVT/Net-MQTT-Simple-One_Shot_Loader-0.03 - 27 Mar 2023 19:10:52 UTC - Search in distribution

Reflex::Timeout - A stand-alone single-shot delayed callback River stage one • 7 direct dependents • 7 total dependents

Reflex::Timeout invokes a callback after a specified amount of time has elapsed. Timeouts may be stopped, restarted, or reset so they must again wait the full delay period. Resetting is especially useful, for example whenever input arrives. Public At...

RCAPUTO/Reflex-0.100 - 02 Apr 2017 21:56:28 UTC - Search in distribution
  • Reflex::Interval - A stand-alone multi-shot periodic callback
  • Reflex::Wakeup - A stand-alone single-shot callback at an absolute time
  • Reflex - Class library for flexible, reactive programs.

EV - perl interface to libev, a high performance full-featured event loop River stage two • 70 direct dependents • 86 total dependents

This module provides an interface to libev (<http://software.schmorp.de/pkg/libev.html>). While the documentation below is comprehensive, one might also consult the documentation of libev itself (<http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod>...

MLEHMANN/EV-4.34 - 08 Oct 2023 21:47:52 UTC - Search in distribution
  • libev - a high performance full-featured event loop written in C

dave - DAV Explorer River stage one • 5 direct dependents • 6 total dependents

dave is a powerful command-line program for interacting with WebDAV-enabled webservers. With dave you can: * get and put files * make directories on a remote webserver * remove files and directories from a remote webserver * edit a file on the webser...

COSIMO/HTTP-DAV-0.49 - 28 Nov 2018 17:01:57 UTC - Search in distribution

AE - simpler/faster/newer/cooler AnyEvent API River stage three • 409 direct dependents • 668 total dependents

This module documents the new simpler AnyEvent API. The rationale for the new API is that experience with EV shows that this API actually "works", despite its lack of extensibility, leading to a shorter, easier and faster API. The main differences fr...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC - Search in distribution

perlcritic - Command-line interface to critique Perl source. River stage three • 133 direct dependents • 408 total dependents

"perlcritic" is a Perl source code analyzer. It is the executable front-end to the Perl::Critic engine, which attempts to identify awkward, hard to read, error-prone, or unconventional constructs in your code. Most of the rules are based on Damian Co...

PETDANCE/Perl-Critic-1.152 - 17 Oct 2023 04:09:08 UTC - Search in distribution
  • Perl::Critic - Critique Perl source code for best-practices.

Oryx - Meta-Model Driven Object Persistance with Multiple Inheritance River stage one • 1 direct dependent • 1 total dependent

Oryx is an object persistence framework which supports both object-relational mapping as well as DMB style databases and as such is not coupled with any particular storage back-end. In other words, you should be able to swap out an RDMBS with a DBM s...

RHUNDT/Oryx-0.24 - 18 Jun 2006 19:57:44 UTC - Search in distribution

PApp - multi-page-state-preserving web applications River stage zero No dependents

PApp is a complete solution for developing multi-page web applications that preserve state *across* page views. It also tracks user id's, supports a user access system and provides many utility functions (html, sql...). You do not need (and should no...

MLEHMANN/PApp-2.3 - 02 Aug 2023 22:30:09 UTC - Search in distribution

Sitelen River stage zero No dependents

Sitelen Mute is a static photo gallery generator. It takes all the images it can find in the source directory and writes a static gallery to the output directory: scaled images, zipped originals, thumbnails, Javascript code for navigation, and an HTM...

SCHROEDER/App-sitelenmute-3.02 - 27 May 2021 18:18:08 UTC - Search in distribution

cpan - easily interact with CPAN from the command line River stage three • 53 direct dependents • 522 total dependents

This script provides a command interface (not a shell) to CPAN. At the moment it uses CPAN.pm to do the work, but it is not a one-shot command runner for CPAN.pm. Options -a Creates a CPAN.pm autobundle with CPAN::Shell->autobundle. -A module [ modul...

ANDK/CPAN-2.36 - 14 May 2023 19:36:11 UTC - Search in distribution
  • App::Cpan - easily interact with CPAN from the command line

perlmogrify - Command-line interface to transform Perl source. River stage zero No dependents

"perlmogrify" is a Perl5 to Perl6 code transformer. It's the executable front end to Perl::ToPerl6, which is a configurable, extensible code transfomer. Most of the code transfoermers were developed simply by taking sample Perl5 source and hand-editi...

JGOFF/Perl-ToPerl6-0.040 - 30 Aug 2015 18:57:46 UTC - Search in distribution

Ryu - asynchronous stream building blocks River stage two • 9 direct dependents • 16 total dependents

Provides data flow processing for asynchronous coding purposes. It's a bit like ReactiveX <https://reactivex.io> in concept. Where possible, it tries to provide a similar API. It is not a directly-compatible implementation, however. For more informat...

TEAM/Ryu-3.005 - 03 Jan 2024 20:22:38 UTC - Search in distribution

Class::DBI - Simple Database Abstraction River stage three • 91 direct dependents • 134 total dependents

TMTM/Class-DBI-v3.0.17 - 04 Oct 2007 21:30:41 UTC - Search in distribution

POE::Kernel - an event-based application kernel in Perl River stage three • 401 direct dependents • 538 total dependents

POE::Kernel is the heart of POE. It provides the lowest-level features: non-blocking multiplexed I/O, timers, and signal watchers are the most significant. Everything else is built upon this foundation. POE::Kernel is not an event loop in itself. For...

BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC - Search in distribution

Prima::Widget - window management River stage two • 17 direct dependents • 19 total dependents

Prima::Widget is a descendant of the Prima::Component class, that provides comprehensive management of system-dependent windows. Objects of the Prima::Widget class are mapped to the screen space as a rectangular area, with distinct boundaries, a poin...

KARASIK/Prima-1.72 - 31 Jan 2024 09:42:17 UTC - Search in distribution

perl5200delta - what is new for perl v5.20.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.18.0 release and the 5.20.0 release. If you are upgrading from an earlier release such as 5.16.0, first read perl5180delta, which describes differences between 5.16.0 and 5.18.0....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

Mail::IMAPClient - An IMAP Client API River stage one • 9 direct dependents • 9 total dependents

This module provides methods implementing the IMAP protocol to support interacting with IMAP message stores. The module is used by constructing or instantiating a new IMAPClient object via the "new" constructor method. Once the object has been instan...

PLOBBES/Mail-IMAPClient-3.43 - 16 Feb 2021 17:05:43 UTC - Search in distribution

ZMQ - Perl-ish Interface libzmq River stage one • 2 direct dependents • 7 total dependents

ZMQ is a Perl-ish wrapper for libzmq. It uses ZMQ::LibZMQ2 or ZMQ::LibZMQ3 (ZMQ::LibZMQ2 is the default) as the actual backend. If you want a one-to-one direct mapping to libzmq, then you should be using ZMQ::LibZMQ2 or ZMQ::LibZMQ3 directly ZMQ will...

DMAKI/ZMQ-1.06 - 28 Oct 2014 05:44:18 UTC - Search in distribution
222 results (0.144 seconds)