Hey, quick question. I am writing some code with taint switched on. And I have a use lib statement and a use statement right after the use lib. However, my code is unable to find the module though @INC has the required path. This code works without taint, any pointers?