RE: Printing in while loops

2002-10-11 Thread Kipp, James
rp it into an array) > -Original Message- > From: Tracey Bedford [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 10, 2002 8:22 PM > To: [EMAIL PROTECTED] > Subject: Printing in while loops > > > Hi Everyone, > > I am new to this list and have a strange

Printing in while loops

2002-10-11 Thread Tracey Bedford
Hi Everyone, I am new to this list and have a strange question for you. I am calling a subroutine in a while loop. However in the output only one line is printed. If I print to screen all information prints out. Here is the code The line print "$tmp[0]\n"; prints all out put to screen. ope