There is no blasphemy. There is nothing worse than unquestionned dogms.
Neverthless, I would be cautious about "solutions oriented books". I don't have read the "black book" so I can't say if it really belongs to that category.
"Solutions books" can eventually turn people
into
cargo cult programming. Instead of trying to understand how things work, these people cut and paste code that has been known to work before.
Even the resulting code "work", it may be a security threat or not be maintanable.
If you want to progress, you must think long term
and eventually read books that teach you concepts as well as
examples of good code in a particular language.
Programming Perl tutorial part is certainly too fast paced for a total beginner.
I have heard that the new edition of Learning Perl has dropped reference to UNIX to be more geared towards beginners.
added after reading mirod:
There is a lot of talk about the fact there is more than one way to do it: according to Larry Wall it is ok
to talk baby-perl... It is indeed nice to have a language that support baby-talk. But one have to eventually be able to read adult code. So books that
shove perlisms under the carpet may be too limitative.
Good readings...
-- stefp
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.