Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Using "my" suppresses "Name used only once" warning?

by theorbtwo (Prior)
on Feb 02, 2003 at 23:32 UTC ( [id://232082]=note: print w/replies, xml ) Need Help??


in reply to Using "my" suppresses "Name used only once" warning?

If you want to make warnings fatal, try use warnings 'FATAL';, or, for specifc categories of warning, use warnings qw(FATAL numeric).

To find where a variable is used, declared, etc, try B::Xref.

As to the main point of your post, yeah, I think you're right.


Warning: Unless otherwise stated, code is untested. Do not use without understanding. Code is posted in the hopes it is useful, but without warranty. All copyrights are relinquished into the public domain unless otherwise stated. I am not an angel. I am capable of error, and err on a fairly regular basis. If I made a mistake, please let me know (such as by replying to this node).

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-25 07:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found