On Wed, Dec 3, 2008 at 2:55 PM, Glenn Knickerbocker <[EMAIL PROTECTED]> wrote:
> If the list of domain names is large, you can at least split it up by > length so you have only one LOOKUP per key length. Now, is there a > simpler way to do that than using SPECS V2C to insert the length? Although elegance of plumbing is rather subjective, I think this is pretty neat: | addrdw cms | x: not chop 2 | copy | d: deal secondary \ d.L1: | lup1: \ d.L2: | lup2: \ x: | spec ,L, 1 1.2 c2d n l | strip | d: This assumes you have the lookup stages generated already...
