in reply to Re: 5.10.0 regex slowdown
in thread 5.10.0 regex slowdown
/local/perl-5.10/bin/perl5.10.0 p.pl -s 668954.p10 -S=1e6 -N=13104 | wc -l
The -s should come before the script name, which in my example was 668944.p10. Eg. If you've named the script p.pl, you should use:
/local/perl-5.10/bin/perl5.10.0 -s p.pl -S=1e6 -N=13104 | wc -l
The clue is on the first line of the output: Trying 1000 probes with ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: 5.10.0 regex slowdown
by parv (Parson) on Feb 21, 2008 at 03:43 UTC |