I used to script in Perl. Then, I rewrote one of my workhorse scripts (coincidentally, a log file analyzer) in Python. It ran in 1/3rd of the time.
I use regular expressions heavily. The re module in Python seems to be a lot faster than Perl.
Thanks. I’ve been playing with Python more lately and didn’t think it was any faster. Will take a look.