in reply to Re: TIMTOWDTDI, obfu and analyzis of code
in thread TIMTOWDTDI, obfu and analyzis of code

Assigning to $_ without localizing it

It's worth to point out that that also means to not use   while (<FILE>) { ... } without localizing $_ first.

ihb