in reply to Re^2: cgi page calling another cgi when submitting form but does not returns error only to web server log and not to browser.
in thread cgi page calling another cgi when submitting form but does not returns error only to web server log and not to browser.
Re^5: I need help with displaying newline or paragraph using perl on my website (pass arguments more subs), CGI Programming, Mojolicious::Lite +and jQuery +AJAX + Mojo::Templatesub MyModuule::DoTheCgiDance { my $query = CGI->new; ## FORMDATA my( $headers, $body ) = DoTheDance( $query ); print $headers, $body; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: cgi page calling another cgi when submitting form but does not returns error only to web server log and not to browser.
by Anonymous Monk on Jul 01, 2014 at 16:58 UTC |