RE: Reference found where even-sized list expected

2001-07-03 Thread Grant McLean
> From: Pozsar Balazs [mailto:[EMAIL PROTECTED]] > > I get this warning: > Reference found where even-sized list expected at ./n.pl line 94. Plenty of people have given you translations of the error message, hopefully changing the curly brackets to round brackets has fixed your prob

RE: Reference found where even-sized list expected

2001-07-03 Thread Ross, Jonathan C.
> I get this warning: > Reference found where even-sized list expected at ./n.pl line 94. > > when running my script, and i don't understand what does it mean. > Please explain. Here are the relevant lines: > > 94: my %args = { > 95: descriptor =>

Re: Reference found where even-sized list expected

2001-07-03 Thread Brett W. McCoy
On Tue, 3 Jul 2001, Brett W. McCoy wrote: > You are using braces where you should be using parentheses. The curly > braces are used when you are creating an anonymous hash, as you do > correctly for the binddir key. Sorry, I meant the build key. :-) -- Brett

Re: Reference found where even-sized list expected

2001-07-03 Thread Brett W. McCoy
On Tue, 3 Jul 2001, Pozsar Balazs wrote: > I get this warning: > Reference found where even-sized list expected at ./n.pl line 94. > > when running my script, and i don't understand what does it mean. > Please explain. Here are the relevant lines: > > 94: my %args

Re: Reference found where even-sized list expected

2001-07-03 Thread Paul
--- Pozsar Balazs <[EMAIL PROTECTED]> wrote: > > hi again, > > I get this warning: > Reference found where even-sized list expected at ./n.pl line 94. It usually means you're using {} instead of () to assign hash values. =o) > when running my script, and i don&#

Reference found where even-sized list expected

2001-07-03 Thread Pozsar Balazs
hi again, I get this warning: Reference found where even-sized list expected at ./n.pl line 94. when running my script, and i don't understand what does it mean. Please explain. Here are the relevant lines: 94: my %args = { 95: descriptor => "/usr/lib/nitro