Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^4: Supressing warnings

by morgon (Priest)
on Jul 22, 2010 at 23:41 UTC ( [id://850940]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Supressing warnings
in thread Supressing warnings

#!/home/mh/perl512/bin/perl -w warn "Hubba\n"; # script a.pl, produces warning

When you run this as "perl -X a.pl" you still get the warning - even though -X should disable them.

Is that because -w (from shebang) is "stronger" than -X (from command line)?

UPDATE:

The above is crap - sorry.

Replies are listed 'Best First'.
Re^5: Supressing warnings
by Boldra (Deacon) on Jul 23, 2010 at 07:10 UTC
    I think the reason Morgon says it's crap is because -w has no effect on warn. If you change the test to actually produce a warning, then the -X on the command line is indeed "stronger" than the -w in the shebang, but that's because the -X is always stronger than the -w, even if they swap places, or are both together on the command line or both together in the shebang.



    - Boldra

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-04-16 10:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found