you didn't initialize $i either. Just declaring it isn't sufficient. You need to set it to a value. my($i) = 0; On Tue, 7 Dec 1999, David H. wrote: > > I don't understand why I'm getting uninitialized value errors when I did > initialize the values...... charles -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.
- perl script has problems (kinda OT) David H.
- Re: perl script has problems (kinda OT) Iain Wade
- RE: perl script has problems (kinda OT) David H.
- Re: perl script has problems (kinda OT) Charles Galpin
- Re: perl script has problems (kinda OT) Charles Galpin
- Re: perl script has problems (kinda OT) Iain Wade
- RE: perl script has problems (kinda OT) David H.
- Re: perl script has problems (kinda OT) Iain Wade