> and we pointed it out several times to you before you got it. next time
> i break out the sledgehammer! :)

You did, sorry I missed it. 

> use warnings is lexically scoped so you can confine it to just the
> module, file or block. -w sets the global warnings flag. one major
> difference would be if you used a module that wasn't warnings clean. -w
> would cause it to spit out warnings but use warnings would not. this can
> be a good or bad thing depending on your mood or ability to fix the
> module.

That makes sense.  And here I always thought they were the same.  I'll
use the pragma from now on.

Pablo

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to