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 "package::stash"

Package::Stash - Routines for manipulating stashes River stage four • 83 direct dependents • 8524 total dependents

Manipulating stashes (Perl's symbol tables) is occasionally necessary, but incredibly messy, and easy to get wrong. This module hides all of that behind a simple API. NOTE: Most methods in this class require a variable specification that includes a s...

ETHER/Package-Stash-0.40 - 21 Feb 2022 05:40:20 UTC - Search in distribution

Package::Stash::XS - Faster and more correct implementation of the Package::Stash API River stage four • 5 direct dependents • 4028 total dependents

This is a backend for Package::Stash, which provides the functionality in a way that's less buggy and much faster. It will be used by default if it's installed, and should be preferred in all environments with a compiler....

ETHER/Package-Stash-XS-0.30 - 12 Jun 2022 20:02:03 UTC - Search in distribution

SQL::Stash - A stash for SQL queries River stage zero No dependents

SQL::Stash is a simple query library for SQL statements. SQL statements are populated at the class level. SQL::Stash objects prepare these statements as late as possible (i.e. before they are executed). SQL::Stash is in concept very similar to Ima::D...

SEBNOW/SQL-Stash-v0.2.0 - 02 Feb 2012 13:28:13 UTC - Search in distribution

B - The Perl Compiler Backend River stage five • 11693 direct dependents • 33184 total dependents

The "B" module supplies classes which allow a Perl program to delve into its own innards. It is the module used to implement the "backends" of the Perl compiler. Usage of the compiler does not require knowledge of this module: see the O module for th...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 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

PIR - Short alias for Path::Iterator::Rule River stage three • 40 direct dependents • 228 total dependents

This is an empty subclass of Path::Iterator::Rule. It saves you from having to type the full name repeatedly, which is particularly handy for one-liners: $ perl -MPIR -wE 'say for PIR->new->skip_dirs(".")->perl_module->all(@INC)'...

DAGOLDEN/Path-Iterator-Rule-1.015 - 09 Sep 2021 16:07:55 UTC - Search in distribution

ASP4 - Fast, Simple and Scalable Web Development for Perl [DEPRECATED] River stage one • 4 direct dependents • 4 total dependents

ASP4 is a modern web development platform for Perl with a focus on speed, simplicity and scalability....

JOHND/ASP4-1.087 - 07 May 2012 21:21:53 UTC - Search in distribution

load - control when subroutines will be loaded River stage one • 8 direct dependents • 9 total dependents

The "load" pragma allows a module developer to give the application developer more options with regards to optimize for memory or CPU usage. The "load" pragma gives more control on the moment when subroutines are loaded and start taking up memory. Th...

LNATION/load-0.25 - 15 Apr 2021 13:06:00 UTC - Search in distribution

Waft - A simple web application framework River stage one • 1 direct dependent • 1 total dependent

Waft は、1ファイルのみで構成された軽量の Webアプリケーションフレームワークであり、Perl 5.005 以上で動作する。(ただし、 UTF-8 を扱うには 5.8.1 以上の Perl と 3.21 以上の CGI が必要。) リクエストに応じたメソッドのディスパッチ、 オブジェクト変数の保持、 テンプレート処理 等の機能を有する。 POD ERRORS Hey! The above document had some coding errors, which are explaine...

TAMASHIRO/Waft-0.9910 - 29 Oct 2009 12:56:48 UTC - Search in distribution

Yeb - A simple structure for Web::Simple applications River stage one • 8 direct dependents • 8 total dependents

You need to install Task::Yeb to get all the plugin functionalities. Yeb itself is bare....

GETTY/Yeb-0.104 - 19 Feb 2016 00:42:32 UTC - Search in distribution

Zing - Actor-Model Toolkit River stage one • 7 direct dependents • 7 total dependents

This distribution includes an actor-model architecture toolkit and multi-process management system which provides primatives for building resilient, reactive, concurrent, distributed message-driven applications in Perl 5. If you're unfamiliar with th...

AWNCORP/Zing-0.27 - 12 Feb 2021 17:41:40 UTC - Search in distribution

csv-fill-cells - Create a CSV and fill its cells from supplied values (a 1-column CSV) River stage one • 3 direct dependents • 4 total dependents

This utility takes values (from cells of a 1-column input CSV), creates an output CSV of specified size, and fills the output CSV in one of several possible ways ("layouts"): left-to-right first then top-to-bottom, or bottom-to-top then left-to-right...

PERLANCAR/App-CSVUtils-1.034 - 02 Feb 2024 04:15:39 UTC - Search in distribution

ScraperPOD - A Framework for scraping results from search engines. River stage one • 1 direct dependent • 1 total dependent

SCRAPER FRAMEWORK [============================================================================] [ ] [ Your Request Values The Response Values ] [ | ^ ] [ v | ] [ +-------------------------+ +-------------------------+ ] [ | | | | ] [ | Request Objec...

GLENNWOOD/Scraper-3.05 - 02 Aug 2003 07:47:12 UTC - Search in distribution

perlcc - generate executables from Perl programs River stage zero No dependents

perlcc creates standalone executables from Perl programs, using the code generators provided by the B module. At present, you may either create executable Perl bytecode, using the "-B" option, or generate and compile C files using the standard and 'o...

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

Pulp - Give your Kelp applications more juice River stage zero No dependents

Kelp is good. Kelp is great. But what if you could give it more syntactic sugar and separate your routes from the logic in a cleaner way? Pulp attempts to do just that....

BRADH/Pulp-0.001 - 11 Feb 2015 11:13:38 UTC - Search in distribution

Maypole - MVC web application framework River stage two • 11 direct dependents • 13 total dependents

This documents the Maypole request object. See the Maypole::Manual, for a detailed guide to using Maypole. Maypole is a Perl web application framework similar to Java's struts. It is essentially completely abstracted, and so doesn't know anything abo...

TEEJAY/Maypole-2.13 - 18 Apr 2008 10:27:38 UTC - Search in distribution

Gantry - Web application framework for mod_perl, cgi, etc. River stage one • 3 direct dependents • 3 total dependents

Note, if you want to know how to use Gantry, you should probably start by reading Gantry::Docs::QuickStart or Gantry::Docs::Tutorial. Perl Web application framework for Apache/mod_perl. Object Oriented design for a pragmatic, modular approach to URL ...

TKEEFER/Gantry-3.64 - 13 Jan 2010 17:34:43 UTC - Search in distribution

Kelp - A web framework light, yet rich in nutrients. River stage two • 18 direct dependents • 20 total dependents

Kelp is a light, modular web framework built on top of Plack. This document lists all the methods and attributes available in the main instance of a Kelp application, passed as a first argument to route handling routines. See Kelp::Manual for a compl...

BRTASTIC/Kelp-1.06 - 09 May 2022 21:07:41 UTC - Search in distribution

MVC::Neaf - Not Even A (Web Application) Framework River stage zero No dependents

KHEDIN/MVC-Neaf-0.2901 - 02 Aug 2023 00:28:03 UTC - Search in distribution

Venus - Standard Library River stage two • 3 direct dependents • 56 total dependents

This library provides an object-orientation framework and extendible standard library for Perl 5 with classes which wrap most native Perl data types. Venus has a simple modular architecture, robust library of classes, methods, and roles, supports pur...

AWNCORP/Venus-4.15 - 27 Nov 2023 17:12:55 UTC - Search in distribution
390 results (0.149 seconds)