mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
b5bff64db6
your CGI::Application. PR: ports/103384 Submitted by: George Hartzell <hartzell at alerce.com>
7 lines
284 B
Plaintext
7 lines
284 B
Plaintext
The forward method passes control to another run mode and returns its
|
|
output. This is equivalent to calling $self->$other_runmode, except
|
|
that CGI::Application's internal value of the current run mode is
|
|
updated.
|
|
|
|
WWW: http://search.cpan.org/dist/CGI-Application-Plugin-MessageStack/
|