in reply to Re: Re: Re: while (scalar()
in thread while (scalar()

You wouldn't be leaving out the counting, you'd be leaving out the redundancy of providing scalar context where while() already provides one.

The PerlMonk tr/// Advocate