in reply to Re: Using a regex function from a hash
in thread Using a regex function from a hash

This makes the most sense to me, but, I think this line:
$view[$v]=&{$dispatch[$d][0]} ($view[$v]);
should probably be this
$view[$v]=&{$dispatch[$d][1]} ($view[$v]);

Replies are listed 'Best First'.
Re^3: Using a regex function from a hash
by Moron (Curate) on Aug 04, 2006 at 15:09 UTC
    absolutely - well spotted!

    -M

    Free your mind