in reply to Re: Re: Re: Broken regexp
in thread Broken regexp

This is true of most ops (e.g. "length($_)" compiles exactly the same as "length()").

The exceptions are m//, s///, and tr///, where leaving out the implicit "$_ =~" will produce a leaner opcode tree that will be only slightly faster.