in reply to Re: Object Matching, speed issue
in thread Object Matching, speed issue

Note that in a "use strict" environment, you may need to put "no strict subs;" somewhere in that code to have it work

Actually, no, you don't. strict doesn't care about softrefs for method calls.