develooper Front page | perl.perl5.porters | Postings from May 2010

Re: [PATCH] Fix typo in perlcall.

Thread Previous | Thread Next
From:
Ben Morrow
Date:
May 2, 2010 17:10
Subject:
Re: [PATCH] Fix typo in perlcall.
Message ID:
20100503001037.GA18342@osiris.mauzo.dyndns.org
Quoth rafl@debian.org (Florian Ragwitz):
>  
>  You may have noticed that using the G_EVAL flag described above will
>  B<always> clear the C<$@> variable and set it to a string describing
> -the error iff there was an error in the called code.  This unqualified
> +the error if there was an error in the called code.  This unqualified

That's not a typo. 'iff' means 'if and only if', so the intent of the
sentence is that $@ will always be cleared, but will only be set to a
new error if there is an error.

The fact you misunderstood may indicate it should be rephrased less
cryptically.

Ben


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About