Terry Fowler wrote:
"$Bill Luebkert" wrote:

for (@line .. 41) {
       $line[$_] = '';
}


I've seen this use of ".." only a few times before and
don't really know what it's all about. I don't even know what to look for in the Llama book - "them two dots"?


Terry Fowler

"range operator". In the Camel ed 3, it is discussed on p 103.


While its use is straightforward in list context, its behavior in scalar context surprises me.

Will Woodhull
[EMAIL PROTECTED]



_______________________________________________
Perl-Win32-Users mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to