Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Less-than-helpful warnings

by Abigail-II (Bishop)
on Dec 10, 2003 at 17:19 UTC ( [id://313778]=note: print w/replies, xml ) Need Help??


in reply to Less-than-helpful warnings

While the warning does point me in the right direction, on lines with many variables being used at once, it can take a bit of work to figure out exactly which one is undefined. Is there a way to get more explicit information from warnings like these?

No.

One should realize that the warning is generated at runtime - not at compile time. At that moment, the name of the variable is hard to get, and (even more important), the undefined value could come from a complicated expression.

Abigail

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-20 01:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found