in reply to Re: perl stdout and backtick execute
in thread perl stdout and backtick execute

I am executing this script (tst.pl) from the command-line as low-level user xyz. The script is not owned by xyz; it is owned by user abc. Currently I am trying to prove that the pieces operate correctly together. Ultimately, the script will by executed from a web-page via Apache/CGI, hence it does a database inquiry (pread), and will return the output to the browser.