in reply to Mixing POST and GET with CGI::Application
In mode1.html the form tag would look like
Adjust the path to suit.<form action='/perl/index.cgi/mode2' method='post'>
In TestSite.pm you would then have
See the C::A docs for a discussion on path info.$self->mode_param( path_info => 1, param => q{rm}, );
|
|---|