Re: Some more Error Messages

Amos Hayes <[email protected]> Tue, 16 Oct 2001 09:45:25 -0400 (EDT)
Newsgroups gmane.music.equipment.slimp3.dev
Message-ID <[email protected]>
:) I feel silly.

There at the top of server.pl is "#!/usr/bin/perl -w".

Try taking the -w out and see what happens.


On Tue, 16 Oct 2001, Mike O'Connor wrote:

> Hi Amos
>
> I'm running with debug turned via the setup script and typeing
> ./server.pl -daemon
>
> Mike
> ----- Original Message -----
> From: "Amos Hayes" <[email protected]>
> To: <[email protected]>
> Sent: Tuesday, October 16, 2001 10:24 PM
> Subject: Re: [slimp3-dev] Some more Error Messages
>
>
> >
> > 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/
> >
>
>
>
> 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/
>
>
>

--
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/