How to Install and Uninstall perl-CGI-FormBuilder Package on openSUSE Leap

Last updated: May 19,2024

1. Install "perl-CGI-FormBuilder" package

Please follow the steps below to install perl-CGI-FormBuilder on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-CGI-FormBuilder

2. Uninstall "perl-CGI-FormBuilder" package

Learn how to uninstall perl-CGI-FormBuilder on openSUSE Leap:

$ sudo zypper remove perl-CGI-FormBuilder

3. Information about the perl-CGI-FormBuilder package on openSUSE Leap

Information for package perl-CGI-FormBuilder:
---------------------------------------------
Repository : Main Repository
Name : perl-CGI-FormBuilder
Version : 3.10-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 537.4 KiB
Installed : No
Status : not installed
Source package : perl-CGI-FormBuilder-3.10-bp155.2.10.src
Upstream URL : http://search.cpan.org/dist/CGI-FormBuilder/
Summary : Easily generate and process stateful forms
Description :
The goal of CGI::FormBuilder (FormBuilder) is to provide an easy
way for you to generate and process entire CGI form-based
applications. Its main features are:
Field Abstraction
Viewing fields as entities (instead of just params), where the
HTML representation, CGI values, validation, and so on are
properties of each field.
DWIMmery
Lots of built-in "intelligence" (such as automatic field typing),
giving you about a 4:1 ratio of the code it generates versus what
you have to write.
Built-in Validation
Full-blown regex validation for fields, even including
JavaScript code generation.
Template Support
Pluggable support for external template engines,
such as HTML::Template, Text::Template, Template Toolkit,
and CGI::FastTemplate.
Plus, the native HTML generated is valid XHTML 1.0 Transitional.