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


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

The thing I'd miss most would be postfix if. I do this a lot:
... return ERR_CONST_CODE1 if <error test1>; return ERR_CONST_CODE2 if <error test2>; ...
It looks so nice and is so readable.