if($a){do_something($a=0)}
that's one stroke shorter

On Thu, 23 May 2002 [EMAIL PROTECTED] wrote:

> I don't believe that you'll be able to shorten:
> if($a){$a=0;do_something()}
> any further unless you're able to use the flip-flop instead of $a:
> if($|--){do_something()}
> 
> All suggestions so far have been longer.

Reply via email to