in reply to Re: == works where it shouldn't but eq doesn't where it shouldin thread == works where it shouldn't but eq doesn't where it should
if (first { $_ eq $who } @ops) { print "matches"; } [download]