http://www.perlmonks.org?node_id=133949


in reply to Loops, the scalar range operator, and objects

Wow. You left nothing to discuss... :)

On a serious note, I have only used .. like this:

while (<>) { print if (/a/ .. /b/); }

(Think sed).