On Fri, Dec 22, 2006 at 03:10:30PM +0100, Abigail wrote:

>     print sqrt(9) + 7;  # Prints 10.
>     print sqrt (9) + 7; # Prints  4.
> 
>     # Code1 is run if %hash is non-empty. Code2 is always run.
>     # Code3 is always run. Code4 is run if %hash{Code3} is true.
>     if %hash {Code1} {Code2}
>     if %hash{Code3} {Code4}

Wow.  Just wow.  That's even more hateworthy than the Unicode silliness.

-- 
David Cantrell | Hero of the Information Age

    Liberté! Actualité! Une tasse de thé!

Reply via email to