It is intended that your Application Module will be implemented as a sub-class of CGI::Application. This is done simply as follows:
package My::App; use base 'CGI::Application';
Notation and Conventions
For the purpose of this document, we will refer to the following conventions:
WebApp.pm The Perl module which implements your Application Module class. WebApp Your Application Module class; a sub-class of CGI::Application. webapp.cgi The Instance Script which implements your Application Module. $webapp An instance (object) of your Application Module class. $c Same as $webapp, used in instance methods to pass around the current object. (Sometimes referred as "$self" in other code)
Package Version | Update ID | Released | Package Hub Version | Platforms | Subpackages |
---|---|---|---|---|---|
4.61-bp156.3.1 info | GA Release | 2023-07-22 | 15 SP6 |
|
|
4.61-bp155.2.8 info | GA Release | 2023-05-17 | 15 SP5 |
|
|
4.61-bp154.1.15 info | GA Release | 2022-05-09 | 15 SP4 |
|
|
4.61-bp153.1.12 info | GA Release | 2021-03-06 | 15 SP3 |
|
|
4.61-bp152.3.12 info | GA Release | 2020-04-16 | 15 SP2 |
|
|
4.61-bp151.3.1 info | GA Release | 2019-07-18 | 15 SP1 |
|
|
4.61-bp151.2.10 info | GA Release | 2019-05-18 | 15 SP1 |
|
|
4.61-bp150.2.4 info | GA Release | 2018-07-30 | 15 |
|
|