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

Re: Re: Tracking down "uninitialized value" errs

by nite_man (Deacon)
on Jul 30, 2003 at 11:23 UTC ( [id://279138]=note: print w/replies, xml ) Need Help??


in reply to Re: Tracking down "uninitialized value" errs
in thread Tracking down "uninitialized value" errs

Generally, you are right, but, in my mind, this problem was because there were not defined some values in the programm. So, using catch of exeptions can help to know, where undefined data were used and corrected them.

_ _ _ _ _ _
  M i c h a e l

  • Comment on Re: Re: Tracking down "uninitialized value" errs

Replies are listed 'Best First'.
Re: Tracking down "uninitialized value" errs
by Abigail-II (Bishop) on Jul 30, 2003 at 11:36 UTC
    How so? Use of an uninitialized value in Perl is not an exception. Perl will issue a warning, and then continue.

    Abigail

      Ok, your are right, I haven't understood clearly of core of problem ...

      _ _ _ _ _ _
        M i c h a e l

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (2)
As of 2024-04-26 01:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found