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 "Apache::Session::Lock::File"

Apache::Session::Lock::File - Provides mutual exclusion using flock River stage two • 30 direct dependents • 43 total dependents

Apache::Session::Lock::File fulfills the locking interface of Apache::Session. Mutual exclusion is achieved through the use of temporary files and the "flock" function....

CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC - Search in distribution

Apache::Session::PHP - glues Apache::Session with PHP::Session River stage zero No dependents

Apache::Session::PHP is an adapter of Apache::Session for PHP::Session. It uses following combination of strategies: Generate: MD5 PHP4 session also uses 32bit session-id, generated by MD5 of random string. So MD5 (default) generation would fit. Seri...

MIYAGAWA/Apache-Session-PHP-0.05 - 02 Feb 2004 18:02:43 UTC - Search in distribution

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

Data::Session - Persistent session data management River stage one • 3 direct dependents • 5 total dependents

Data::Session is typically used by a CGI script to preserve state data between runs of the script. This gives the end user the illusion that the script never exits. It can also be used to communicate between 2 scripts, as long as they agree beforehan...

RSAVAGE/Data-Session-1.18 - 14 Feb 2021 05:38:51 UTC - Search in distribution

CPAN - query, download and build perl modules from CPAN sites River stage three • 53 direct dependents • 522 total dependents

The CPAN module automates or at least simplifies the make and install of perl modules and extensions. It includes some primitive searching capabilities and knows how to use LWP, HTTP::Tiny, Net::FTP and certain external download clients to fetch dist...

ANDK/CPAN-2.36 - 14 May 2023 19:36:11 UTC - Search in distribution

perlipc - Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores) River stage five • 11292 direct dependents • 32664 total dependents

The basic IPC facilities of Perl are built out of the good old Unix signals, named pipes, pipe opens, the Berkeley socket routines, and SysV IPC calls. Each is used in slightly different situations....

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution
  • perlipc - Perl interprocess communication (signals, fifos, pipes, safe subprocesses, sockets, and semaphores)

DBIx::Web - Active Web Database Layer River stage zero No dependents

This is a database layer for Perl scripts, implementing triggers, record versioning, access control at the record level, file attachments to records, materialised views. There is a web user interface also. Based on DBI and DB_File data engines. Based...

MAKAROW/DBIx-Web-0.80 - 30 Oct 2013 17:22:21 UTC - Search in distribution

CGI::Panel - Create stateful event-driven web applications from simple panel objects River stage zero No dependents

CGI::Panel allows applications to be built out of simple object-based components. It'll handle the state of your data and objects so you can write a web application just like a desktop app. You can forget about the http requests and responses, whethe...

RSYMES/CGI-Panel-0.97 - 26 Jun 2003 09:57:12 UTC - Search in distribution

App::Fetchware - App::Fetchware is Fetchware's API used to make extensions. River stage zero No dependents

App::Fetchware represents fetchware's API. For ducumentation on how to use App::Fetchware's fetchware command line interface see fetchware. It is the heart and soul of fetchware where all of fetchware's main behaviors are kept. It is fetchware's API,...

DLY/App-Fetchware-1.016 - 07 Oct 2016 04:23:59 UTC - Search in distribution

CGI::Path - module to aid in traversing one or more paths River stage zero No dependents

EARL/CGI-Path-1.12 - 21 Nov 2004 00:02:24 UTC - Search in distribution

DBD::Firebird - DBI driver for Firebird RDBMS server River stage zero No dependents

DBD::Firebird is a Perl module which works with the DBI module to provide access to Firebird databases....

DAM/DBD-Firebird-1.34 - 05 Dec 2021 08:26:04 UTC - Search in distribution

MongoDB::MongoClient - A connection to a MongoDB server or multi-server deployment River stage two • 48 direct dependents • 56 total dependents

The "MongoDB::MongoClient" class represents a client connection to one or more MongoDB servers. By default, it connects to a single server running on the local machine listening on the default port 27017: # connects to localhost:27017 my $client = Mo...

MONGODB/MongoDB-v2.2.2 - 13 Aug 2020 15:12:18 UTC - Search in distribution

DBD::InterBase - DBI driver for Firebird and InterBase RDBMS server River stage zero No dependents

DBD::InterBase is a Perl module which works with the DBI module to provide access to Firebird and InterBase databases....

EDPRATOMO/DBD-InterBase-0.48 - 08 Jan 2008 09:42:50 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

HTML::Embperl_ - Erstellen dynamischer Websites mit Perl River stage zero No dependents

*Embperl* ist ein Perlmodul welches es erlaubt beliebigen Perlcode in HTML Dokumente einzufügen. Wenn Sie mehr als eine einzelne Webseite erstellen, sollten Sie auch einen Blick auf "perldoc EmbperlObject" werfen, welches es erlaubt Websites aus wied...

GRICHTER/HTML-Embperl-1.3.6 - 15 Feb 2003 19:33:11 UTC - Search in distribution

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

AWS CodeArtifact is a fully managed artifact repository compatible with language-native package managers and build tools such as npm, Apache Maven, and pip. You can use CodeArtifact to share packages with development teams and pull packages. Packages...

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

CGI::SecureState - Transparent, secure statefulness for CGI programs River stage zero No dependents

A Better Solution to the stateless problem. HTTP is by nature a stateless protocol; as soon as the requested object is delivered, HTTP severs the object's connection to the client. HTTP retains no memory of the request details and does not relate sub...

BEHROOZI/CGI-SecureState-0.36 - 03 Jan 2003 05:38:57 UTC - Search in distribution

AI::TensorFlow::Libtensorflow::Manual::CAPI - List of functions exported by TensorFlow C API River stage zero No dependents

The following a list of functions exported by the TensorFlow C API with their associated documentation from the upstream TensorFlow project. It has been converted to POD for easy reference....

ZMUGHAL/AI-TensorFlow-Libtensorflow-0.0.7 - 05 Oct 2023 05:37:08 UTC - Search in distribution

Embperl::Config - Embperl configuration and calling River stage one • 3 direct dependents • 3 total dependents

GRICHTER/Embperl-3.0.0 - 24 Nov 2023 21:23:02 UTC - Search in distribution

convertSessions - A tool to convert Lemonldap::NG sessions between storage backends. River stage one • 1 direct dependent • 1 total dependent

convertConfig is a command line tool to migrate all sessions stored in a source backend (sessions_from), into a new backend (sessions_to). It requires a special configuration file in which you must list the source and destination backend modules and ...

COUDOT/Lemonldap-NG-Common-2.19.0 - 30 Apr 2024 15:22:47 UTC - Search in distribution
43 results (0.17 seconds)