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


in reply to Re^4: (Mis)Understanding grep...eq $_ (versus ex-bang-bang)
in thread (Mis)Understanding grep...eq $_

None.

I dare say the ex-bang-bang approach is faster, but then I would be rightly accused of premature optimisation. The grep approach, while slower (but at a cost approaching zero) is more easily figured out from first principles.

The effect of x!! is not easily discerned; one has to write a harness to explore its behaviour. Either because one has encountered a similar idiom in a different language and wants to see if Perl matches expectations based on prior experience, or else they have not the faintest idea of what it does (and once one sees what it does, can they determine why?)

So in summary, there is a difference. One is tricksy, the other is merely degenerate.

• another intruder with the mooring in the heart of the Perl

  • Comment on Re^5: (Mis)Understanding grep...eq $_ (versus ex-bang-bang)