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

Search results for "Data::Validate::Email"

Data::Validate::Email - common email validation methods River stage one • 7 direct dependents • 7 total dependents

This module collects common email validation routines to make input validation, and untainting easier and more readable. All functions return an untainted value if the test passes, and undef if it fails. This means that you should always check for a ...

SONNEN/Data-Validate-Email-0.06 - 29 Oct 2017 15:33:40 UTC - Search in distribution

Data::Validate::WithYAML::Plugin::EMail - Plugin for Data::Validate::WithYAML to check email addresses River stage zero No dependents

RENEEB/Data-Validate-WithYAML-Plugin-EMail-0.04 - 26 Dec 2018 09:21:06 UTC - Search in distribution

Data::Validate::WithYAML::Plugin::EmailMX - Plugin to check if a mx exists for the given mail address River stage zero No dependents

RENEEB/Data-Validate-WithYAML-Plugin-EmailMX-0.01 - 25 Jun 2020 09:24:12 UTC - Search in distribution

EAV::XS - Email Address Validator River stage zero No dependents

The purpose of this module is a validation of the specified Email Address <https://en.wikipedia.org/wiki/Email_address>. The core part of the module is written in C and can be found in the libeav directory. The module conforms to: * RFC 822 <https://...

TVV/EAV-XS-0.7.8 - 08 Jul 2023 09:31:36 UTC - Search in distribution

Sah - Schema for data structures (specification) River stage three • 3 direct dependents • 604 total dependents

PERLANCAR/Sah-0.9.51 - 19 Dec 2022 00:05:39 UTC - Search in distribution

Form::Processor - validate and process form data River stage one • 4 direct dependents • 4 total dependents

[Docs under construction. The docs are probably, well, less concise then they could be. Editors are welcome..] Note: Please see HTML::FormHandler for a well-supported, Moose-based derivation of Form::Processor. This is a class for working with forms....

HANK/Form-Processor-1.162360 - 23 Aug 2016 21:11:03 UTC - Search in distribution

SQL::Parser - validate and parse SQL strings River stage two • 21 direct dependents • 78 total dependents

SQL::Parser is part of the SQL::Statement distribution and, most interaction with the parser should be done through SQL::Statement. The methods shown above create and modify a parser object. To use the parser object to parse SQL and to examine the re...

REHSACK/SQL-Statement-1.414 - 21 Oct 2020 14:46:55 UTC - Search in distribution

At - The AT Protocol for Social Networking River stage zero No dependents

Bluesky is backed by the AT Protocol, a "social networking technology created to power the next generation of social applications." At.pm uses perl's new class system which requires perl 5.38.x or better and, like the protocol itself, is still under ...

SANKO/At-0.18 - 19 Feb 2024 21:51:25 UTC - Search in distribution

noid - nice opaque identifier generator commands River stage zero No dependents

The noid utility creates minters (identifier generators) and accepts commands that operate them. Once created, a minter can be used to produce persistent, globally unique names for documents, databases, images, vocabulary terms, etc. Properly managed...

JAK/Noid-0.424 - 21 Apr 2006 15:45:30 UTC - Search in distribution

helm - Easy server and cluster automation River stage zero No dependents

"helm" is command-line utility to make it easy to automate system tasks for individual machines, a cluster of machines or a subset of machines in a cluster. It has the following features: * Combine multiple commands into a single tasks and to have gr...

WONKO/helm-0.4 - 28 Jun 2011 18:53:01 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

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

Rinci - Language-neutral metadata for your code entities River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Rinci-1.1.104 - 13 Jan 2024 00:11:12 UTC - Search in distribution

Bio::Seq - Sequence object, with features River stage two • 60 direct dependents • 65 total dependents

A Seq object is a sequence with sequence features placed on it. The Seq object contains a PrimarySeq object for the actual sequence and also implements its interface. In Bioperl we have 3 main players that people are going to use frequently Bio::Prim...

CJFIELDS/BioPerl-1.7.8 - 03 Feb 2021 05:15:14 UTC - Search in distribution

DBI::DBD - Perl DBI Database Driver Writer's Guide River stage four • 940 direct dependents • 2099 total dependents

This document is primarily intended to help people writing new database drivers for the Perl Database Interface (Perl DBI). It may also help others interested in discovering why the internals of a DBD driver are written the way they are. This is a gu...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution

perlfaq4 - Data Manipulation River stage zero No dependents

This section of the FAQ answers questions related to manipulating numbers, dates, strings, arrays, hashes, and miscellaneous data issues....

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution
  • perlfaq - Frequently asked questions about Perl

perlhack - How to hack on Perl River stage five • 11292 direct dependents • 32664 total dependents

This document explains how Perl development works. It includes details about the Perl 5 Porters email list, the Perl repository, the Perl bug tracker, patch guidelines, and commentary on Perl development philosophy....

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

Titanium - A strong, lightweight web application framework River stage one • 1 direct dependent • 1 total dependent

It is intended that your Application Module will be implemented as a sub-class of Titanium. This is done simply as follows: package My::App; use base 'Titanium'; Notation and Conventions For the purpose of this document, we will refer to the followin...

MARKSTOS/Titanium-1.04 - 24 Nov 2009 02:43:36 UTC - Search in distribution

Carp::Proxy - Diagnostic delegation River stage one • 1 direct dependent • 1 total dependent

Carp::Proxy is a framework for throwing exceptions. The goal is to couple the small lexical footprint of the die() statement with support for comprehensive error messages. Good diagnostics pay for themselves; let's make them easier to produce. Error ...

THAIRMAN/Carp-Proxy-0.16 - 27 Feb 2020 05:05:16 UTC - Search in distribution

GraphViz2 - A wrapper for AT&T's Graphviz River stage two • 19 direct dependents • 21 total dependents

Overview This module provides a Perl interface to the amazing Graphviz <http://www.graphviz.org/>, an open source graph visualization tool from AT&T. It is called GraphViz2 so that pre-existing code using (the Perl module) GraphViz continues to work....

ETJ/GraphViz2-2.67 - 21 Jul 2022 12:49:05 UTC - Search in distribution
312 results (0.136 seconds)