Brian Raven wrote:
> 
>                                         and "use warnings;" is better
> than -w.

To the best of my knowledge, use warnings is only *better* in that it
gives you more control than -w.  -w should report all warnings (the same
as use warnings 'all') from my reading of docs.  If you need to selectively
turn on and off various warnings, that's where use warnings is more useful.

_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to