Name : perl-CGI-Screen
| |
Version : 0.122
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.7.1
| Date : 2023-07-20 16:16:17
|
Group : Development/Libraries/Perl
| Source RPM : perl-CGI-Screen-0.122-lp155.7.1.src.rpm
|
Size : 0.03 MB
| |
Packager : https://www_suse_com/
| |
Summary : Perl extension for easy creation of multi screen CGI scripts
|
Description :
*CGI::Screen* is a subclass of \'CGI\' which allows the esay(TM) creation of simple multi screen CGI scripts. By \'multi screen\' I mean scripts which present different screens to the user when called with different parameters. This is the common case for scripts linking to themselves.
To use *CGI::Screen*, you have to subclass it. For each screen you want to present to the user, you must create a method _screen_name_\'screen_\'. This method has to produce the HTML code for the screen. CGI::Screen does generate HTTP headers and an HTML framework for you. The HTML framework already contains the \'FORM\' tags. You can customize the HTTP headers and the HTML framework by providing callback methods.
CGI::Screen keeps track of the CGI parameters used in your screen and passes old parameters which are not used in the current screen.
It highjacks the parameters \'screen_\'* to dispatch the different screens the script implements. The \'screen_user\' and \'screen_passwd\' fields are used if you enable the builtin simple authentication. In general you should advice your HTTP server to do authentication. But sometimes it is convenient to check the authentication at the script level. Especially if you do not have access to your server\'s configuration.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-C/15.5/noarch |