Disabling tainted feature in Perl

R

rr_79

We are using perl v5.6.1 and this has tainted feature in perl enabled
by default.

Is there any way of disabling this feature?
 
B

Brian McCauley

We are using perl v5.6.1 and this has tainted feature in perl enabled
by default.

Is there any way of disabling this feature?

Tainting is not switched on by default by default in perl5.6.1 so
either you have a non-standard build of Perl or something about the way
you are calling Perl is telling it to enable tainting.

There are all sorts of reasons why you probably should not disable
tainting when Perl thinks it should be enabled but if you are really
determined you can use the Taint::Runtime module.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,527
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top