CGI::Formalware

Convert an XML file into a suite of CGI forms.
Download

CGI::Formalware Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Ron Savage
  • Publisher web site:
  • http://search.cpan.org/~rsavage/

CGI::Formalware Tags


CGI::Formalware Description

Convert an XML file into a suite of CGI forms. CGI::Formalware is a Perl module to convert an XML file into a suite of CGI forms.SYNOPSISIn your browser, type: localhost/cgi-bin/x.plwhere x.pl contains nothing more than: #!perl -w use strict; use lib 'C:/Perl'; use lib 'C:/Perl/Scripts/General'; # Ie $PERL5LIB. use CGI::Formalware; my($form) = CGI::Formalware -> new({form2file => 1, debug => 1}); $form -> process(); exit(0);Upon starting, CGI::Formalware asks for the name of your XML file, which is assumed to be in cgi-bin/. Requirements: · Perl


CGI::Formalware Related Software