in reply to Re^2: Insecure Dependency in Taint Mode
in thread Insecure Dependency in Taint Mode

... both strict and warnings operate for all the block regardless of where they are declared ...

My understanding is that both strict and warnings are lexical.

c:\@Work\Perl\monks>perl $x = 42; print "$x \n"; print ">$y< \n"; use strict; use warnings; ^Z 42 ><


Give a man a fish:  <%-{-{-{-<