- or download this
$ perl demo.pl haukex 50
duration (haukex): 1.236 seconds
...
duration (karlseq): 0.313 seconds
found match: yes
- or download this
$ perl demo.pl haukex 50
duration (haukex): 17.388 seconds
...
duration (karlseq): 2.858 seconds
found match: yes
- or download this
#!/usr/bin/env perl
...
return @ret ? 1 : 0;
}
- or download this
$ perl demo.pl haukex 50
duration (haukex): 1.232 seconds
...
duration (karlseq): 0.858 seconds
found match: yes
- or download this
$ perl demo.pl haukex 50
duration (haukex): 20.108 seconds
...
duration (karlseq): 11.419 seconds
found match: yes
- or download this
$ perl demo.pl haukex 50
duration (haukex): 1.607 seconds
...
duration (karlseq): 0.749 seconds
found match: yes
- or download this
$ perl demo.pl haukex 50
duration (haukex): 25.194 seconds
...
duration (karlseq): 7.051 seconds
found match: yes