in reply to programming language

The short answer is: find a book. I could recommend a Perl book or two, but I feel that Perl isn't a good language to start with. You might be better off learning Java or C++ to begin with. Both are good langauges to get into the concepts of programming. Eventually I learned Perl because it's extremely powerful, useful, and when it comes to cgi programming, that's all my web server supports. Maybe a better question would be, what do I want to do? And which programming language would let me start solving real problems?

Replies are listed 'Best First'.
Re: Re: programming language
by oakbox (Chaplain) on Dec 20, 2001 at 22:46 UTC
    Perl is the best language if you need a powerful solution RIGHT NOW. Java is a good if you have the time to learn a lot of fundamentals before you can start writing useful things on your server.

    -oakbox