http://qs1969.pair.com?node_id=579422


in reply to Re^3: If I was forced to program in another language, the Perl language feature I would miss most would be:
in thread If I was forced to program in another language, the Perl language feature I would miss most would be:

When code is written as

if (<expr>) { statement }

instead of

statement if <expr>;
you can mentally decipher the code in the order of control flow. That's what I prefer.