Christian Kasper wrote:
> I call a perl program from a script with s bit set on user and group.
> The perl interpreter told me, that my require <"xxx.pl";>statement is
> insecure. I know, that the s-bit switch on the -T (tainting) option.
>
> How can i solve this problem ??
Try:
require "xxx.
Hello,
I call a perl program from a script with s bit set on user and group.
The perl interpreter told me, that my require <"xxx.pl";>statement is
insecure. I know, that the s-bit switch on the -T (tainting) option.
How can i solve this problem ??
Thank you
Christian