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
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