there is a sentence in perlstyle.pod which seems unclear to me:
* Space after last parenthesis matching on current line.
any ideas what this could mean? a discussion in the chatterbox didn't get to a solution, the agreement was that it's unclear.
it could mean
but this is just my interpretation.# use if (bla) { # instead if (bla){
In reply to perlstyle - Unclear wording by tinita
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |