where to start with perl?
i know very little about programing. however i want to learn, even if it is basic(no pun intended)
some have suddgested perl as a good place to start. So my question is, what are good resources, manuals, websites and other such things about perl programing.
i use to do a very basic programing useing binary, and i think basic. however that was when i was 6 and many years ago.
jabberwock486
Junior Poster in Training
81 posts since May 2003
Reputation Points: 10
Solved Threads: 1
I don't think Perl is a good place to start. I think C++ would be better. I'm not saying Perl is a bad language, but I don't think it should be your first. C++ has more capabilities than most programming language out there, and it's highly used in the work place, schools, and universities. Also, the resources are enormous. Another thing that I might add is that the C++ syntax is special. Because C++/C has been around longer than popular languages such as Perl, PHP, JavaScript, C#, and Java, if you learn the C++ syntax, it'll be easier learning another language because the syntax derived from C++/C.
Here's the bottom line:
If you want to learn the basics of programming, I (not only me, but schools, universities, and many IT professionals) suggest C++.
If you want to learn the basics of web programming, go with PHP or ColdFusion
Books I recommend:
C++ - Teach Yourself C++ in 21 Days
http://www.amazon.com/exec/obidos/tg/detail/-/0672322072/qid=1058172399/sr=1-4/ref=sr_1_4/002-6741033-4580011?v=glance&s=books
PHP - PHP and MySQL Web Development, Second Edition
http://www.amazon.com/exec/obidos/tg/detail/-/067232525X/qid=1058172680/sr=1-2/ref=sr_1_2/002-6741033-4580011?v=glance&s=books
ColdFusion - ColdFusion MX Web Application Construction Kit, Fifth Edition
http://www.amazon.com/exec/obidos/tg/detail/-/0321125169/qid=1058172716/sr=1-1/ref=sr_1_1/002-6741033-4580011?v=glance&s=books
If you want more details about anything else, such as why I personally recommend C++ over Perl, let me know. 8)
My favorite Perl book by the way is "Beginning Perl" by Simon Cozens and Peter Wainwright.
http://www.amazon.com/exec/obidos/tg/detail/-/1861003145/qid=1058172887/sr=1-2/ref=sr_1_2/002-6741033-4580011?v=glance&s=books
samaru
a.k.a inscissor
1,256 posts since Feb 2002
Reputation Points: 262
Solved Threads: 18
I think the syntax for Perl can get more cryptic than C++. In Perl there are too many ways to do things that it can get confusing. Most books introduce these shortcuts too soon that I think can confuse a newbie right away. Also, a lot of those shortcuts and methods of doing things are unique to Perl that won't carry over to other languages. I've programmed in over 15 languages and the most cryptic code I've seen has been in Perl.
C++ can get pretty nasty, but only when you're trying to do advanced things, and some of those, you can't even do in Perl.
samaru
a.k.a inscissor
1,256 posts since Feb 2002
Reputation Points: 262
Solved Threads: 18
i do have the C++ in 24 hours book. so i guess i will start with C++. anways thanks for the help
jabberwock486
Junior Poster in Training
81 posts since May 2003
Reputation Points: 10
Solved Threads: 1
Let us know how it turns out. 8)
samaru
a.k.a inscissor
1,256 posts since Feb 2002
Reputation Points: 262
Solved Threads: 18