in reply to Re: Re: use slack;
in thread use slack;

The strict pragma is lexically scoped, so it will only affect the innermost block of your program.

Now, there is no rule saying that you have to use strict;, it's only good advice :-). Though, I'm a bit curious how breaking these "rules" have paid off ?

Autark.