Re: Some more Error Messages

Amos Hayes <[email protected]> Tue, 16 Oct 2001 08:54:13 -0400 (EDT)
Newsgroups gmane.music.equipment.slimp3.dev
Message-ID <[email protected]>
Are you running perl with "-w" (warnings turned on)? It shouldn't be
showing up otherwise.

All the uninitialized value stuff is just there to say that somewhere in
the code you've started using something before you've initialized it to a
value. The warnings are there to point to potential problems, not
necessarily real ones.

If you wanted to, you could go through the code and carefully initialize
things before they're used. You would have to be careful about any program
logic that expects uninitialized values though.

Some hunting reveals that Carp::cluck might help too... haven't looked
into the specifics.

--
Amos Hayes
[email protected]


To unsubscribe from this group, send an email to:
[email protected]

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/