Is perl a powerful programming language for building social networks?

Branzers

New member
Whats perl good for? I want to create social networks but I cant seem to find whats good for making it. Ruby on Rails is impossible to configure. PHP is hard and i dont like it. IM thinking about Perl? Is it good?
 
First, you have to clarify by what you mean by "create social networks" - that's a pretty general term.

Perl was originally designed as a reporting language, and through the years its been adapted and extended to handle most tasks. Its a bit long in the tooth, IMHO, and is showing its age. It's much easier to do certain things (like handle database connections) in PHP or Ruby or Java. Perl definitely has its place, but if you're new to web programming I'd recommend you start with the basics of HTML, PHP, CSS and JavaScript.
 
Back
Top