8ebfbffcd6
requests in CGI::Application. PR: ports/103379 Submitted by: George Hartzell <hartzell at alerce.com>
6 lines
279 B
Text
6 lines
279 B
Text
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-Forward/
|