No. use warnings is file scoped. -w is 'executable' scoped. In other words any modules that you 'use' will inherit the -w but not the 'use'.
At least that is my understanding from the Camel. And appears to be the case from what I have seen in action. http://danconia.org ------------------------------------------------ On Tue, 26 Nov 2002 09:57:44 -0400, "Dylan Boudreau" <[EMAIL PROTECTED]> wrote: > Is > use warnings; > > the same as > > #!/usr/bin/perl -w > > Dylan > > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]