RE: Use of unitialized value error.

2002-04-04 Thread Balint, Jess
, April 03, 2002 5:33 PM To: [EMAIL PROTECTED] Subject: Re: Use of unitialized value error. Jess Balint wrote: > > Hello, I have been getting an error in my code for a reason that I cannot > understand. The code looks like this: > > -snip- > > $\ = ":&qu

Re: Use of unitialized value error.

2002-04-03 Thread drieux
On Wednesday, April 3, 2002, at 02:33 , John W. Krahn wrote: [..] >> -snap- [..] >> Use of uninitialized value at /qmds/jbalint/20020128/datsample.pl line >> 47, >> chunk 478985. [..] Good EYE!!! > How many elements does @random_numbers have? It looks like you are > trying to read pa

Re: Use of unitialized value error.

2002-04-03 Thread John W. Krahn
Jess Balint wrote: > > Hello, I have been getting an error in my code for a reason that I cannot > understand. The code looks like this: > > -snip- > > $\ = ":"; > foreach( @random_numbers ) { print; } > > open( INFILE, $opt_i ) or die( "Cannot open $opt_i: $!" ); > open( OUTFILE, "> $

RE: Use of unitialized value error.

2002-04-03 Thread Balint, Jess
Sorry about that. See below. -Original Message- From: Chas Owens [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 5:08 PM To: Balint, Jess Cc: '[EMAIL PROTECTED]' Subject: Re: Use of unitialized value error. On Wed, 2002-04-03 at 16:44, Balint, Jess wrote: >

Re: Use of unitialized value error.

2002-04-03 Thread Chas Owens
On Wed, 2002-04-03 at 16:44, Balint, Jess wrote: > Hello, I have been getting an error in my code for a reason that I cannot > understand. The code looks like this: > > -snip- > > $\ = ":"; > foreach( @random_numbers ) { print; } > > open( INFILE, $opt_i ) or die( "Cannot open $opt_i: $