Taint mode (cont) Whenever input comes from outside your program and will go to another program, it needs to be untainted. $ perl -T $text = ; system "echo $text"; Insecure dependency in system while running with -T switch