Re: Need help interpreting a warning

2001-06-08 Thread iansmith
On Thu, 7 Jun 2001, Peter Cline wrote: > Thank you! You hit the nail on the head. Changing the offending line so > that it is wrapped as such: > > if ($input =~ /$$varValueSep/) { > ($var, $value) = split(/$$varValueSep/, $input); >} > > eliminates the warnings. You also hav

Re: Need help interpreting a warning

2001-06-08 Thread Ondrej Par
On Thursday 07 June 2001 17:17, Peter Cline wrote: > >1) warnings do not prohibit the execution. they are just warnings, not > > errors. > > This one seems to. > > >2) variables are initialized, but some of them are initialized from the > >parameters. So, if you pass undefined value as a parameter

Re: Need help interpreting a warning

2001-06-07 Thread Peter Cline
gt;Well, I think so Brain, but if we didn't have ears, we would look just >like weasels. > > > > >Ondrej Par <[EMAIL PROTECTED]> >06/07/01 11:13 AM > > > To: Peter Cline <[EMAIL PROTECTED]>, [EMAIL PROTECTED] > cc: > Subj

Re: Need help interpreting a warning

2001-06-07 Thread Michael.Firestone
x27;t have ears, we would look just like weasels. Ondrej Par <[EMAIL PROTECTED]> 06/07/01 11:13 AM To: Peter Cline <[EMAIL PROTECTED]>, [EMAIL PROTECTED] cc: Subject: Re: Need help interpreting a warning On Thursday 07 June 2001 16:56, Peter Cl

RE: Need help interpreting a warning

2001-06-07 Thread Peter Cline
I am using strict, but thanks for the tip. At 04:18 PM 6/7/01 +0100, you wrote: >Use strict at the top of your program. It should point you in the right >direction. >I'm only a beginner but it's worth a try and should be in every module that >you write. Peter Cline Inet Developer New York Times

Re: Need help interpreting a warning

2001-06-07 Thread Peter Cline
At 05:13 PM 6/7/01 +0200, Ondrej Par wrote: >On Thursday 07 June 2001 16:56, Peter Cline wrote: > > When using the -w I am getting the following set of warnings that prohibit > > execution of the code: > > > > Use of uninitialized value at > > /oracle/web/docs-intranet/cgi/dispatcher/lib/request_s

Re: Need help interpreting a warning

2001-06-07 Thread Ondrej Par
On Thursday 07 June 2001 16:56, Peter Cline wrote: > When using the -w I am getting the following set of warnings that prohibit > execution of the code: > > Use of uninitialized value at > /oracle/web/docs-intranet/cgi/dispatcher/lib/request_sub.lib line 18, > chunk 1. > Use of uninitialized valu