You're viewing a comment by LFLFM and its responses.
You're viewing a comment by LFLFM and its responses.
I am being sponsored by Syntress! They bought me an amazing dedicated server to run catonmat on. If you're looking web services, I highly recommend the Syntress guys!
I am being sponsored by A-Writer! If you ever need help with essay writing, look no further than A-Writer! They will help you with your writing in as quickly as 3 hours!
I love to read science books. They make my day and I get ideas for awesome blog posts, such as Busy Beaver, On Functors, Recursive Regular Expressions and many others.
Take a look at my
Amazon wish list, if you're curious about what I have planned reading next, and want to surprise me. :)
If you are interested in advertising on catonmat.net, contact me.
Free tools for coding on Vietstarsoft.com.
Programming homework help.


I'm seeing this post in 2012 (ok, 30/Dec/2011); and let me tell you; Perl is nowhere near obsolete, I work with ERP and database software that has absolutely nothing to do with Perl. The only reason I even know Perl is because (when it was the major CGI option) I made websites and wanted to learn a CGI language.
Today my use of perl is pretty much restricted to one-liners (and occasional multi-line scripts) to correct, replace and append text to my SQL scripts and procs.
And I do so very, very frequently. There currently is NOTHING, not one program or language available (and I have looked) that can replace perl scripts to do these things. Not that there aren't any programs that can do the same thing, they can; but they're clumsy, unstable, require much more work on my part than a simple perl script and they are always incomplete (they do ALMOST exactly what you need, with perl scripts you make it do EXACTLY what you need).
I've yet to find anything more powerful for batch file processing than a perl shell; and as a Windows user, I recommend strawberry perl portable; I can take it to all my clients and impress everyone with how quickly I can fix all the scripts that need simple changes.
Perl strings has always been something that put question marks and "WTF"s on programmers' heads (even experienced perl programmers). But anyone who's worked with them, misses having them in other languages; a single line that doesn't seem to make any sense can be so damn powerful and replace so many lines of code you wouldn't believe.
Reply To This Comment