- or download this
package My::App;
use base CGI::Prototype;
sub handler {
__PACKAGE__->activate;
}
- or download this
our $_mirror = __PACKAGE__->reflect; # for slots that aren't subs
- or download this
sub initialize_CGI {
my $self = shift;
...
CGI->new;
});
}