in reply to Re: Passing variables from PHP to Perl using passthru()
in thread Passing variables from PHP to Perl using passthru()
passthru("/home/test.cgi $var",$result);
without success. Is there something that I may have to do to the variable, on exit from php or on entry to perl, to make perl think the variable has been "scrubbed clean" and not subject to tainting by outsiders?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Passing variables from PHP to Perl using passthru()
by BaldPenguin (Friar) on Jun 17, 2005 at 06:17 UTC | |
by cdherold (Monk) on Jun 17, 2005 at 06:41 UTC |