At 12:18 -0400 06/15/2003, Ronald J. Kimball wrote:
On Fri, Jun 13, 2003 at 10:20:57PM +0200, Thomas De Groote wrote:Add an extra variable and set that, like
$exitloop = false; while(<FH> || $exitloop){
What do you suppose happens to the input from <FH> in that line of code?
Ronald