-
-
09 Nov 2020 09:19:36 UTC
- Distribution: Amon2
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (12)
- Testers (402 / 4 / 2)
- Kwalitee
Bus factor: 1- 69.54% Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (934.99KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 35 contributors-
Tokuhiro Matsuno
-
Adrian
-
Fuji, Goro
-
Geraud
-
Geraud CONTINSOUZAS
-
Hiroyuki Akabane
-
ITO Nobuaki
-
Ichito Nagata
-
Katsuhiro Konishi
-
Kazuhiro Osawa
-
Keiji, Yoshimi
-
Kentaro Kuribayashi
-
Koichi SATOH
-
Masahiro Nagano
-
Neil Bowers
-
Nishibayashi Takuji
-
Syohei YOSHIDA
-
Takafumi Ono
-
Yuki Ibe
-
Zak B. Elep
-
clicktx
-
dragon3
-
hatyuki
-
hiratara
-
hisaichi5518
-
issm
-
karupanerura
-
magnolia
-
mattn
-
moznion
-
noblejasper
-
rightgo09
-
s-aska
-
tokubass
-
wata
- Dependencies
- Digest::SHA
- Encode
- Exporter
- File::Copy::Recursive
- File::ShareDir
- File::Temp
- Getopt::Long
- HTML::FillInForm::Lite
- HTTP::Headers
- HTTP::Session2
- Hash::MultiValue
- JSON
- MIME::Base64
- Module::CPANfile
- Plack
- Plack::Request
- Plack::Response
- Plack::Session
- Plack::Util
- Pod::Usage
- Router::Boom
- Scalar::Util
- Text::Xslate
- Time::HiRes
- Try::Tiny
- URI
- URI::Escape
- URI::QueryParam
- mro
- parent
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Amon2::Plugin::Web::FillInFormLite - HTML::FillInForm::Lite
SYNOPSIS
use Amon2::Lite; __PACKAGE__->load_plugins(qw/Web::FillInFormLite/); post '/edit' => sub { my $c = shift; unless (is_valid()) { $c->fillin_form($c->req); return $c->render('edit.html'); } $c->dbh->update($c->req()); return $c->redirect('/finished'); };
DESCRIPTION
HTML::FillInForm::Lite version of Amon2::Plugin::Web::FillInForm
SEE ALSO
Module Install Instructions
To install Amon2, copy and paste the appropriate command in to your terminal.
cpanm Amon2
perl -MCPAN -e shell install Amon2
For more information on module installation, please visit the detailed CPAN module installation guide.