On Wed, 22 May 2002, Patrick Gaskill wrote:

> Ah, but did you try running this? "$a--" will be false, meaning it will
> short-circuit, and never get to do_something().

I think you are confusing

> > $a&&$a--&&do_something();

with

    $a&&--$a&&do_something();

-- 
 Philippe BRUHAT - BooK

 Financez le développement de Perl, avec YAS et les Mongueurs de Perl !
 http://www.mongueurs.net/association/actions/pdg2002.html

Reply via email to