perl -T
Do you use it? Does it help you finding security holes in your Perl scripts?
Most definitely!
$ echo '`rm -rf /`' | perl -Te 'eval while <>' Insecure dependency in eval while running with -T switch at -e line 1, <> line 1.