in reply to Optimizing Perl?
If you're looking at the same string over and over again you could use the study() function to optimise the regex searches.use Disclaimer qw(optimization is probably a waste of your time);
broquaint
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Optimizing Perl?
by erikharrison (Deacon) on Apr 19, 2002 at 16:10 UTC |