"J. Horner" wrote:
> On Mon, 10 Apr 2000, Jason Simms wrote:
> > As to your problem, I doubt people can be of much assistance (though we'll
> > see) without seeing the regex and sample data.  Perhaps if you resent that??
> >
> > In any case, good luck.  And perhaps, stay in touch, or put me on a mailing
> > list, or something.  Thanks!

> You have a good point.  Sorry about the lack of code.
> 
> Here is my analyzer_benchmark script that will show you the code.

$ diff first anchored
1c1
< sub first {
---
> sub anchored {
9a10
>         my $request = join(" ",$method,$uri);

The only difference between your two benchmark subroutines are their
names, and that the anchored one also composes your $request variable. 
Of course anchored will take a little longer -- it has one extra
statement.

-- 
Devin Ben-Hur     | President / CTO  | mailto:[EMAIL PROTECTED]
The eMarket Group | eMerchandise.com | http://www.eMerchandise.com
503/944-5044 x228 | 
"Where do you want to go today?"
   "Confutatis maledictis, flammis acribus addictis"
   (The damned and accursed are convicted to the flames of hell)

Reply via email to