Okey , so in this case, how will the execution of files takes place ? when server encounters cgi_wrapper.cgi, will it execute it and then go to next executable file example_datacapture_callout.pl and then work on next file options.txt ?
Does it mean that, we can execute multiple executable files at the same time (Like we are executing two files cgi_wrapper.cgi and example_datacapture_callout.pl in this case) ?
Can we put more executable files in path like cgi_wrapper.cgi/example_datacapture_callout.pl/inline_callout.pl/options.txt ? Will all the files be executed in one callout command ?