[EMAIL PROTECTED] schreef:
> > Everyone(tm) knows(tm) that the "Proper Indentation"(tm) is:
> 
> if(FOO)
>   {
>   print "foo!";
>   }
> else
>   {
>   print "bar!";
>   }
> 
> That's nuts! Er, I mean except for those on the Damian(tm) side:
> Everyone(tm) knows(tm) that the "Proper Indentation"(tm) is:
> 
> if(FOO)  {
>   print "foo!";
> }
> else  {
>   print "bar!";
> }

Excuse me! Please take this discussion off-list. Here, we only
use Proper Perl, No Indentation:

print"foo!"^"\cD\cN\x1D"x!FOO

(with literal \cD, \cN, and \x1D, of course).

Eugene
-- 
The more you know, the less you need. -- Australian Aboriginal proverb

Reply via email to