Re: tainting problem

2001-10-20 Thread RaFaL Pocztarski
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.

tainting problem

2001-10-19 Thread Christian Kasper
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