Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Ockham's Razor tells me.... (Score 1) 963

That's not Perl. That's a regular expression. They are found in Java, C, Python, and so many more, and their popularity is gaining. I don't see how that's possibly an argument against Perl.

It's also bad code. The coder is trying to parse HTML or XML himself despite the availability of many libraries and tools.

Slashdot Top Deals

Real Programs don't use shared text. Otherwise, how can they use functions for scratch space after they are finished calling them?

Working...