in reply to Perl CGI + Bash script output in wrong order
FWIW, you can just output HTTP headers via the bash script, you don't need to wrap that up into a Perl script. A CGI program can be *anything*.
Also, please don't do it this way. You never want a direct URL to execute a script. Even if you have authentication locked down, you may accidentally call it when you really don't want to.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl CGI + Bash script output in wrong order
by h.chris (Initiate) on Jun 09, 2014 at 15:00 UTC | |
by jeffa (Bishop) on Jun 09, 2014 at 15:02 UTC |