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

Search results for "HTML::Fillinform"

HTML::FillInForm - Populates HTML Forms with data. River stage two • 17 direct dependents • 47 total dependents

This module fills in an HTML form with data from a Perl data structure, allowing you to keep the HTML and Perl separate. Here are two common use cases: 1. A user submits an HTML form without filling out a required field. You want to redisplay the for...

OALDERS/HTML-FillInForm-2.22 - 25 Sep 2021 23:04:44 UTC - Search in distribution

HTML::FillInForm::Lite - Lightweight FillInForm module in Pure Perl River stage one • 4 direct dependents • 4 total dependents

This module fills in HTML forms with Perl data, which re-implements "HTML::FillInForm" using regexp-based parser, not using "HTML::Parser". The difference in the parsers makes "HTML::FillInForm::Lite" about 2 times faster than "HTML::FillInForm"....

GFUJI/HTML-FillInForm-Lite-1.15 - 21 Aug 2016 11:34:11 UTC - Search in distribution

HTML::FillInForm::ForceUTF8 - FillInForm with utf8 encoding River stage one • 2 direct dependents • 2 total dependents

HTML::FillInForm::ForceUTF8 is a subclass of HTML::FillInForm that forces utf8 flag on html and parameters. This allows you to prevent filling garbled result....

KAZEBURO/HTML-FillInForm-ForceUTF8-0.03 - 08 May 2014 14:44:33 UTC - Search in distribution

Egg::Plugin::FillInForm - HTML::FillInForm for Egg. River stage two • 17 direct dependents • 17 total dependents

HTML::FillInForm It is a plugin to use....

LUSHE/Egg-Release-3.14 - 29 May 2008 16:11:16 UTC - Search in distribution

CGI::Builder - Framework to build simple or complex web-apps River stage two • 10 direct dependents • 10 total dependents

This is the starting point of the documentation of the CGI Builder Framework (CBF). You should read this documentation before any other documentation in any other module that extends the CBF....

DOMIZIO/CGI-Builder-1.36 - 26 Mar 2006 14:33:13 UTC - Search in distribution

Kossy - Sinatra-ish Simple and Clear web application framework River stage one • 1 direct dependent • 1 total dependent

Kossy is Sinatra-ish Simple and Clear web application framework, which is based upon Plack, Router::Boom, Text::Xslate and build-in Form-Validator. That's suitable for small application and rapid development....

KAZEBURO/Kossy-0.63 - 13 Nov 2023 02:24:42 UTC - Search in distribution

Plasp - PerlScript/ASP River stage zero No dependents

Plasp is CatalystX::ASP, which is a plugin for Catalyst to support ASP (PerlScript) but with Catalyst ripped out. This is largely based off of Joshua Chamas's Apache::ASP, as the application I've been working with was written for Apache::ASP. Thus, t...

SLEUNG/Plasp-1.09 - 17 Aug 2021 20:49:58 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

CGI::Ex::App - Anti-framework application framework. River stage one • 2 direct dependents • 2 total dependents

Fill in the blanks and get a ready made web application. This module is somewhat similar in spirit to CGI::Application, CGI::Path, and CGI::Builder and any other "CGI framework." As with the others, CGI::Ex::App tries to do as much of the mundane thi...

RHANDOM/CGI-Ex-2.55 - 09 Jan 2024 16:26:02 UTC - Search in distribution
  • CGI::Ex - CGI utility suite - makes powerful application writing fun and easy
  • CGI::Ex::Fill - Fast but compliant regex based form filler

Data::MuForm - Data validator and form processor River stage one • 3 direct dependents • 3 total dependents

This documentation is mainly of Data::MuForm class attributes and methods. For general-purpose documentation see Data::MuForm::Manual....

GSHANK/Data-MuForm-0.05 - 02 Jul 2018 20:31:54 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

CGI::Application - Framework for building reusable web-applications River stage three • 118 direct dependents • 128 total dependents

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

MARTO/CGI-Application-4.61 - 02 Mar 2018 09:20:24 UTC - Search in distribution

Catalyst::Manual::Cookbook - Cooking with Catalyst River stage two • 2 direct dependents • 11 total dependents

Yummy code like your mum used to bake!...

ETHER/Catalyst-Manual-5.9013 - 22 Mar 2024 21:01:26 UTC - Search in distribution

HTML::Mason::FAQ - Frequently asked questions River stage two • 41 direct dependents • 76 total dependents

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

Module::Advisor - check a modules you are installed River stage zero No dependents

Module::Advisor checks a modules you are installed, and notice if: There is a module, have known bugs. There is a module, have optional XS module for better performance. Your are using broken version of CPAN module....

TOKUHIROM/Module-Advisor-0.17 - 20 Feb 2014 08:02:47 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

CGI::Application::Magic - Template based framework for CGI applications River stage zero No dependents

This module transparently integrates "CGI::Application::Plus" and "Template::Magic" in a very handy, powerful and flexible framework that can save you a lot of coding, time and resources. Note: Knowing CGI::Application::Plus and Template::Magic could...

DOMIZIO/CGI-Application-Plus-1.21 - 25 Mar 2006 06:19:46 UTC - Search in distribution

Form::Processor::Model::DBIC - Model class for Form Processor using DBIx::Class River stage zero No dependents

This DBIC model will save form fields automatically to the database, will retrieve selection lists from the database (with type => 'Select' and a fieldname containing a single relationship, or type => 'Multiple' and a many_to_many pseudo-relationship...

GSHANK/Form-Processor-Model-DBIC-0.10001 - 22 Feb 2010 19:56:48 UTC - Search in distribution

Poet::Manual::Tutorial - Poet tutorial River stage one • 2 direct dependents • 2 total dependents

This tutorial provides a tour of Poet by showing how to build a sample web application - specifically a micro-blog, which seems to be a popular "hello world" for web frameworks. :) Thanks to Dancer and Flask <https://github.com/mitsuhiko/flask/tree/m...

JSWARTZ/Poet-0.16 - 08 Jan 2015 06:48:58 UTC - Search in distribution

Bundle::Sledge - Bundle to install all Sledge related modules River stage zero No dependents

Sledge is yet another MVC Web Application Framework. Bundle::Sledge is a bundle to install all Sledge related modules. See http://sl.edge.jp/ (Japanese) or http://sourceforge.jp/projects/sledge to get more detailed information on Sledge....

MIYAGAWA/Bundle-Sledge-0.04 - 25 Feb 2004 11:10:26 UTC - Search in distribution
54 results (0.071 seconds)