You are not using the range operator, you are using the flip-flop operator. .. in list context is the range operator while .. in scalar context (like in your code example) is the flip-flop operator.
In reply to Re: Range question
by jwkrahn
in thread Range question
by magawake
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |