Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.899 Times

Formvalidator freeware
 

Formvalidator

Added: July 17, 2010 | Visits: 1.417

Data::FormValidator::Filters::Image Data::FormValidator::Filters::Image is a filter that allows you to shrink incoming image uploads using Data::FormValidator. SYNOPSIS use Data::FormValidator::Filters::Image qw( image_filter ); # Build a Data::FormValidator Profile: my $my_profile = { required => qw( uploaded_image ),... Platforms: *nix

License: Freeware Size: 19.46 KB Download (94): Data::FormValidator::Filters::Image Download

Added: January 02, 2010 | Visits: 725

Data::FormValidator::Constraints Data::FormValidator::Constraints is a Perl module with basic sets of constraints on input profile. SYNOPSIS use Data::FormValidator::Constraints qw(:all); In an Data::FormValidator profile: constraint_methods => { email => email(), fax => american_phone(), phone => american_phone(),... Platforms: *nix

License: Freeware Size: 88.06 KB Download (95): Data::FormValidator::Constraints Download

Added: September 17, 2013 | Visits: 405

Test::FormValidator This is a module for testing your Data::FormValidator profiles. It uses the standard Perl test protocol (TAP) and prints out the familiar 'ok/not ok' stuff you expect. Basically it lets you use a test script to quickly throw a lot of different input scenarios at your profiles and make sure they... Platforms: *nix

License: Freeware Size: 20.48 KB Download (33): Test::FormValidator Download

Added: February 08, 2010 | Visits: 858

CGI::Application::Plugin::ValidateRM CGI::Application::Plugin::ValidateRM is a Perl module to help validate CGI::Application run modes using Data::FormValidator. SYNOPSIS use CGI::Application::Plugin::ValidateRM; my $results = $self->check_rm(form_display,_form_profile) || return $self->check_rm_error_page; # Optionally,... Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): CGI::Application::Plugin::ValidateRM Download

Added: November 16, 2010 | Visits: 869

Params::Profile Params::Profile is a Perl module for registering Parameter profiles. SYNOPSIS package Foo::Bar; use Params::Profile; ### Single profile Params::Profile->register_profile( method => subroto, profile => { testkey1 => { required => 1 }, testkey2 => { required => 1, allow => qr/^d+$/,... Platforms: *nix

License: Freeware Size: 6.14 KB Download (99): Params::Profile Download

Added: July 03, 2013 | Visits: 338

Probus Probus is an easy to use PHP5 framework. This framework is based on the MVC pattern, excellent support data caching, provides a convenient Ajax support. Here are some key features of "Probus": ?*A* use many programming patterns, include MVC ?*A* simple for use project generator in command line... Platforms: *nix

License: Freeware Size: 276.48 KB Download (33): Probus Download

Added: January 18, 2010 | Visits: 1.181

HTML::FormHighlight HTML::FormHighlight Perl module can help you to highlights fields in an HTML form. SYNOPSIS use HTML::FormHighlight; my $h = new HTML::FormHighlight; print $h->highlight( scalarref => $form, fields => [ A, B, C ], ); print $h->highlight( scalarref => $form, fields => [ A, B, C ],... Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): HTML::FormHighlight Download

Added: September 26, 2010 | Visits: 903

Task::SOSA Task::SOSA is a Perl module to install all the CPAN modules needed by SOSA. SYNOPSIS perl -MCPAN -e install Task::SOSA This Task module installs all the dependencies needed by SOSA, the "Samba and Open-xchange Simple Administrator". Catalyst Catalyst::Model::LDAP... Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): Task::SOSA Download

Added: August 18, 2010 | Visits: 1.255

Bundle::CGI::Builder::Complete Bundle::CGI::Builder::Complete is a bundle to install the complete CGI::Builder framework. SYNOPSIS perl -MCPAN -e install Bundle::CGI::Builder::Complete CONTENTS HTML::Tagset - used by HTML::Parser HTML::Parser - used by HTML::FillInForm and HTML::TableTiler HTML::TableTiler - used by... Platforms: *nix

License: Freeware Size: 39.94 KB Download (93): Bundle::CGI::Builder::Complete Download

Added: February 25, 2010 | Visits: 1.460

Bundle::Application::Magic Bundle::Application::Magic is a a bundle to install CGI::Application::Magic plus all related prerequisites. SYNOPSIS perl -MCPAN -e install Bundle::Application::Magic CONTENTS HTML::Tagset - used by HTML::Parser HTML::Parser - used by HTML::FillInForm and HTML::TableTiler... Platforms: *nix

License: Freeware Size: 34.82 KB Download (99): Bundle::Application::Magic Download

Added: August 19, 2010 | Visits: 988

HTML::Widget HTML::Widget is a Perl module with HTML Widget And Validation Framework. SYNOPSIS use HTML::Widget; # Create a widget my $w = HTML::Widget->new(widget)->method(get)->action(/); # Add a fieldset to contain the elements my $fs = $w->element( Fieldset, user )->legend(User Details); # Add... Platforms: *nix

License: Freeware Size: 67.58 KB Download (94): HTML::Widget Download