in reply to So Whatcha use perl for anyway?

A more concise, but less fun, question would be, "What don't you use Perl for?" The lists would be much shorter. :)

Replies are listed 'Best First'.
Re^2: So Whatcha use perl for anyway?
by Sixtease (Friar) on Nov 23, 2007 at 19:48 UTC
    Language translation services.

    I'm intrigued. Are you developing a machine translation system?

      That's probably a bit out of my depth. :) I'm tying into a human language translation API. Korean --> German kind of thing.

Re^2: So Whatcha use perl for anyway?
by KurtSchwind (Chaplain) on Nov 24, 2007 at 14:13 UTC
    "Perl code coloring."

    What is that?

    --
    I used to drive a Heisenbergmobile, but every time I looked at the speedometer, I got lost.

      Sorry, that's nondescript. XHTML/CSS syntax coloring to display Perl code. I've done it with Syntax::Highlight::Perl -- did a very buggy version with perltidy once -- in the past and PPI in the last year or so.

      I know that Jonathan Rockway's Angerwhale does generic syntax coloring of many different languages (it's based on a package, the name of which eludes me right now). I keep meaning to look into it.