Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Difference between 'use warnings' and '-w' switch

by dave_the_m (Monsignor)
on Jan 11, 2006 at 12:23 UTC ( [id://522415]=note: print w/replies, xml ) Need Help??


in reply to Difference between 'use warnings' and '-w' switch

use warnings is lexically scoped: it only enables warnings in the current block of code. -w is global: it enables warnings in all code, including Net::FTP.

Dave.

  • Comment on Re: Difference between 'use warnings' and '-w' switch

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://522415]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (2)
As of 2024-04-25 23:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found