- or download this
$ time perl -e ''
...
user 0m0.020s
sys 0m0.000s
- or download this
note: this varian loop have same result
...
user 0m1.712s
sys 0m0.000s
- or download this
note: if we not include startup time at above code,
at 100k PHP and Perl have almost similiar performance
...
user 0m0.016s
sys 0m0.012s