in reply to Re: How to call external scripts from a CGI-script in taint mode?
in thread How to call external scripts from a CGI-script in taint mode?
You're right, normally I wouldn't call a Perl program from within a Perl program. ;-)
The background is that I have developed a tool which is normally run via commandline and this tool shall now be made available via web to users, so the easiest way to integrate the existing tool into a www-environment was to write a CGI-script fetching all the data and passing it to the tool. :-)
|
|---|