Updates added (inside bolded parens).
Okay, this is rumor control: (:
). However, the lack of parens is more likely to make the code harder to maintain (makes it easy to make precedence errors -- especially since the precedence of a function call can change based on its prototype). Note the two errors introduced below:print map {} sort {} map {} grep {} @list;
print map {} sort {} map {} grep {} @list, "\n" || die;
Sorry, it just seemed like a lot of speculation was flying about, some correct, some wrong, some just unexplained.
- tye (but my friends call me "Tye")In reply to (tye)Re: A question of style
by tye
in thread A question of style
by myocom
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |