in reply to Re^2: use taint
in thread use taint

Right, use re 'taint'; doesn't appear to do anything useful:

$ perl -e 'use re "taint"; open FH, pop; close FH;' ">somefile" $ perl -T -e 'open FH, pop; close FH;' ">somefile" Insecure dependency in open while running with -T switch at -e line 1. $ perl -v This is perl, v5.8.2 built for i686-linux . . .

It's purpose is basically so you can have the orthagonal operation, no re 'taint';, which is useful (sort of . . . ).

----
send money to your kernel via the boot loader.. This and more wisdom available from Markov Hardburn.