in reply to Perl treats '...' the same as '..'. Why?

'..' -- the range operator
'...' -- the range operator, but: "The operator ... doesn't return true if both its tests are true on the same line, .. does. (Perl Coookbook -- 6.8 Extracting a Range of Lines)

----
I Go Back to Sleep, Now.

OGB

  • Comment on Re: Perl treats '...' the same as '..'. Why?