http://qs321.pair.com?node_id=251604


in reply to Re: Re: The Gates of Perl are not newbie friendly.
in thread The Gates of Perl are not newbie friendly.

You mention CGI - although perl is very good for developing CGI applications, I would not recommend it until you get a better understanding of how perl works. CGI programs are notoriously difficult to debug. If you throw a beginner's understanding of the language and CGI programming together, you're likely to become extremely frustrated as you try to figure out how to figure out why your program doesn't work. Unless you have a very good understanding of how your webserver and CGIs work and how to debug them, I would recommend putting your efforts into getting things to work from the command line first and only moving on to CGI after becoming comfortable with the language.

90% of every Perl application is already written.
dragonchild