On a serious note, I have only used .. like this:
while (<>) { print if (/a/ .. /b/); }
(Think sed).
In reply to Re: Loops, the scalar range operator, and objects
by dmitri
in thread Loops, the scalar range operator, and objects
by mstone
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |