I haven't seen much activity about PERL in freelancing. In fact everyone have kind of forgotten this powerful language, specially in text processing. Today I started glancing at a PERL book my teacher had on the shelf. I felt a bit awkward because, well, I've always hated PERL's syntax, it wasn't something I classified as a "logical syntax"(for example, Java's syntax are pretty self-defined), but the more I read-I found myself thinking "whoa, everything I could do for manipulating text is here".
The one thing I love the most is regular expressions in PERL. It doesn't feel bloated or hard to write the code. It's purely straight to the point. One of these days I'll probably manage to learn PERL. Well, manage isn't exactly the word. Learning the syntax and built-in functions is what I mean.
Anyway, I'll be toying with it pretty soon (probably next week). I still have to take a deep look at C++/C/C# for a change. It's something I have been avoiding from the very start because I don't want to confuse myself right now.

