On 4/6/06, John W. Krahn <[EMAIL PROTECTED]> wrote:
snip
> If you had strictures enabled then perl would have told you.  Make sure that
> this is near the top of your programs:
>
> use strict;
snip

Yes, always good advice.  Unfortunately it would not have helped me
here since I was using the Perl interpreter in my brain. The strict
pragma compiles to a no-op in that environment (it is also quite
buggy).

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to