CGI::FormMagick

CGI::FormMagick is a Perl module to easily create CGI form-based applications.
Download

CGI::FormMagick Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Kirrily Robert
  • Publisher web site:
  • http://search.cpan.org/~mitel/

CGI::FormMagick Tags


CGI::FormMagick Description

CGI::FormMagick is a Perl module to easily create CGI form-based applications. CGI::FormMagick is a Perl module to easily create CGI form-based applications.SYNOPSIS use CGI::FormMagick; my $f = new CGI::FormMagick(); # all options available to new() my $f = new CGI::FormMagick( type => file, source => $myxmlfile, ); # other types available my $f = new CGI::FormMagick(type => string, source => $data ); $f->display();FormMagick is a toolkit for easily building fairly complex form-based web applications. It allows the developer to specify the structure of a multi-page "wizard" style form using XML, then display that form using only a few lines of Perl. Requirements: · Perl


CGI::FormMagick Related Software