--- iain truskett <[EMAIL PROTECTED]> wrote:
> I use cuddled if what I'm doing would look silly otherwise. e.g.
> 
> if ($blah) {
>     one line;
> } elsif ($flurp) {
>     one line;
> } else {
>     one line;
> }

Hey! I think that was the thing that made me switch! =o)

In C I could say 

  if (x)
  {  
     code();
  }
  else if (y)
  {
     moreCode():
  }

etc. Since Perl uses elsif()'s, I switched to keep it from looking too
crazy....

I think....? >:o]
  

__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

Reply via email to