in reply to Should I learn Perl?
Perl, C, Assembler C++ Java in that order if you want an opinion. You can do 95% of stuff in Perl, 4% in C if you hit Perl's glass ceiling and 1% Assembler for raw speed. C++/Java probably have the widest commercial market if that is an issue (and you want to use your skills to get a 'real job') Some VB(S) helps if you want to Perl Win32 with full power. If you are doing CGI stuff some Javascript is useful for trivia like form validation, focus() and that sort of basic UI stuff. The javascript/Jscript stuff is a pain in the proverbial - FWIW I often just use a browser detect, an if/else and write the code twice.The Comprehensive Perl Archive Network - CPAN has library code of generally very high quality to do almost anything you might want to do. And that does mean ANYTHING.
The Camel Book (Programming Perl) is what you want for a reference. Learning Perl is among the better texts for learning the language. You will find all sort of useful links to these book and other relevant stuff at Outside Links
See the Tutorials section for some good free stuff that you don't have to have shipped (or pay for ;-). If you have done BASIC you will find Perl syntax similar and the ability to make stuff happen in a few short lines (especially with library code to start) somewhat addictive. You seem to looking towards CGI stuff so I recommend Ovids free Web Programming In Perl Tutorials as a start. Have a look at home nodes like merlyn and ybiC for more links to free quality info than you will be able to read this month - or next.
You will not find better support for any lang than you will find for Perl here and at comp.lang.perl.misc, Use Perl; perl.com to name a few others.
Sounds like you have come to the right place and are looking at the right lang. Perl is a power tool. You can do just about anything in it although you can probably do it with less memory/cycles (but with much more effort and time) in another lang. With the fat memory and fast processors these days the need to do it with ultimate efficiency (memory/cycles) is diminished. Just ask M$/intel ;-)
If you need it done yesterday you are far more likely to do it with Perl. BTW share your history to a degree. I started doing BASIC (and then assembler because you can't do much basic in 16KB of RAM) on a TRS-80.
Never say sorry for asking a question. There are no stupid questions. Only stupid answers. Hope to see you round hacking code and having fun....
cheers
tachyon
s&&rsenoyhcatreve&&&s&n.+t&"$'$`$\"$\&"&ee&&y&srve&&d&&print
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Should I learn Perl?
by skx (Parson) on Mar 09, 2003 at 12:15 UTC | |
by tachyon (Chancellor) on Mar 10, 2003 at 04:11 UTC | |
|
Re: Re: Should I learn Perl?
by Anonymous Monk on Mar 10, 2003 at 06:16 UTC | |
by tachyon (Chancellor) on Mar 10, 2003 at 08:12 UTC | |
by Anonymous Monk on Mar 10, 2003 at 22:09 UTC | |
by tachyon (Chancellor) on Mar 11, 2003 at 00:08 UTC |