One of my application was done half in perl and half in Java. The perl portion is used for parsing file (around 100M in size) and processing each line with bunch of regex. The Java portion is used to access Oracle database.
Today I ported the perl piece to Java. My experience with the porting: Java regex is just as easier as perl's, and I didn't see any obvious speed difference.
I am not comparing Java and perl, but merely saying that, if regex is a key point of using perl in a particular application, that's no longer a very convincing reason. Now there are many good choices, of course oncluding perl.
In reply to regex in perl and Java by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |