I really like

  (do something) if (something is TRUE);

as opposed to

  if (something is TRUE) {do something}

Just personal taste I guess, but to me the former is a nice Perlism.

So what about

   (do something) foreach (some list);

i.e.

   print foreach (@l);

as opposed to

   foreach (@l) {print}


Just a thought..

-E

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at 
http://profiles.msn.com.

Reply via email to