in reply to Loops, the scalar range operator, and objects
On a serious note, I have only used .. like this:
while (<>) { print if (/a/ .. /b/); } [download]
(Think sed).