HTML::FillInForm - Populates HTML Forms with data.
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
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::Lite::JA - HTMLフォームにデータを充填する
- HTML::FillInForm::Lite::Compat - HTML::FillInForm compatibility layer
Egg::Plugin::FillInForm - HTML::FillInForm for Egg.
HTML::FillInForm It is a plugin to use....
LUSHE/Egg-Release-3.14 - 29 May 2008 16:11:16 UTC - Search in distribution- Egg - MVC Framework.
- Egg::Release - Version of Egg WEB Application Framework.
- Egg::Plugin::Mason - Plugin for Egg::View::Mason
- 1 more result from Egg-Release »
Catalyst::View::FillInForm - Moose role for HTML::FillInform
This role will use HTML::FillInForm to fill in fields in an HTML form....
GSHANK/Catalyst-View-FillInForm-0.03 - 20 Jul 2009 20:36:08 UTC - Search in distribution
HTML::FillInForm::ForceUTF8 - FillInForm with utf8 encoding
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
Catalyst::Plugin::FillInForm - FillInForm for Catalyst
Fill forms automatically, based on data from a previous HTML form. Typically (but not necessarily) used in conjunction with Catalyst::Plugin::FormValidator. This module automatically inserts data from a previous HTML form into HTML input fields, text...
FLORA/Catalyst-Plugin-FillInForm-0.12 - 11 Jul 2009 11:43:52 UTC - Search in distribution
Template::Plugin::FillInForm - TT plugin for HTML::FillInForm
Template::Plugin::FillInForm is a plugin for TT, which allows you to make your HTML form sticky using HTML::FillInForm....
MIYAGAWA/Template-Plugin-FillInForm-0.04 - 14 Nov 2002 10:10:11 UTC - Search in distribution
Amon2::Plugin::Web::FillInForm - HTML::FillInForm with Amon2
Amon2::Plugin::Web::FillInForm is HTML::FillInForm integration with Amon2....
TOKUHIROM/Amon2-Plugin-Web-FillInForm-0.02 - 09 Jun 2015 00:07:39 UTC - Search in distribution
CGI::Application::Plugin::FillInForm - integrate with HTML::FillInForm
This plugin provides a mix-in method to make using HTML::FillInForm more convenient. fill_form() # fill an HTML form with data in a hashref or from an object with with a param() method my $filled_html = $self->fill_form($html, $data); # ...or fill fr...
MARKSTOS/CGI-Application-Plugin-FillInForm-1.15 - 22 Jun 2009 21:01:50 UTC - Search in distribution
HTTP::Engine::Middleware::FillInForm - fill-in-form stuff
YAPPO/HTTP-Engine-Middleware-0.22
-
13 Apr 2010 04:00:32 UTC
-
Search in distribution
Catalyst::Plugin::FillInForm::ForceUTF8 - FillInForm with utf8 flag for Catalyst
Fill forms automatically, based on data from a previous HTML form. Typically (but not necessarily) used in conjunction with Catalyst::Plugin::FormValidator. This module automatically inserts data from a previous HTML form into HTML input fields, text...
HIDE/Catalyst-Plugin-FillInForm-ForceUTF8-0.02 - 23 May 2007 06:52:50 UTC - Search in distribution
lib/Pickles/Plugin/FillInForm.pm
DMAKI/Pickles-0.10
-
05 Jan 2012 02:52:35 UTC
-
Search in distribution
Text::Xslate::Bridge::FillInForm::Lite - HTML::FillInForm::Lite 'fillinform' for Text::Xslate
Text::Xslate::Bridge::FillInForm::Lite provides fillinform function for Text::Xslate. You can set fillinform function using HTML::FillInForm::Lite by yourself. But you cannot set user defined functions in some situation(e.g. Dancer::Template::Xslate ...
YSASAKI/Text-Xslate-Bridge-FillInForm-Lite-0.03 - 03 Oct 2012 12:09:48 UTC - Search in distribution
CGI::Builder - Framework to build simple or complex web-apps
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- Bundle::CGI::Builder::Complete - A bundle to install the complete CGI::Builder framework.
CGI::Ex::App - Anti-framework application framework.
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...
CCM/CGI-Ex-2.54 - 11 Mar 2022 22:01:22 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
Apache::ASP - Active Server Pages for Apache with mod_perl
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- Bundle::Apache::ASP::Extra - Install modules that provide additional functionality to Apache::ASP
Plasp - PerlScript/ASP
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- Plasp::Response - $Response Object
Kossy - Sinatra-ish Simple and Clear web application framework
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.60 - 16 Sep 2021 12:04:39 UTC - Search in distribution
Data::MuForm - Data validator and form processor
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
HTML::Widget - HTML Widget And Validation Framework
Create easy to maintain HTML widgets! Everything is optional, use validation only or just generate forms, you can embed and merge them later. The API was designed similar to other popular modules like Data::FormValidator and FormValidator::Simple, HT...
CFRANKS/HTML-Widget-1.11 - 01 Mar 2007 16:19:00 UTC - Search in distribution