Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: use warnings vs. perl -w

by davorg (Chancellor)
on Jan 24, 2001 at 16:39 UTC ( [id://53954]=note: print w/replies, xml ) Need Help??


in reply to use warnings vs. perl -w

use warnings and -w do very similar things. use warnings was introduced in Perl 5.6 and is definitely the way to go. The only reason to stick with -w is if your scripts might be run using an older version of Perl.

--
<http://www.dave.org.uk>

"Perl makes the fun jobs fun
and the boring jobs bearable" - me

Log In?
Username:
Password:

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

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

    No recent polls found