[NTLUG:Discuss] ...perl cgi question...
Fred James
fredjame at concentric.net
Mon Jul 30 11:09:27 CDT 2001
Thanks - that did the trick.
Victor Brilon wrote:
>
> The -T flag means run in "taint" mode. This is a paranoid mode that
> considers any user provided input to be evil until cleansed. This input
> includes any shell environment. The easiest way to solve your problem is to
> set the PATH environment manually like so:
> $ENV{PATH}="/usr/bin:/usr/local/bin";
>
> Obviously adjust the path to make sense for your system
>
> Good luck,
>
> Victor
>
--
...make every program a filter...
More information about the Discuss
mailing list