Must must read book for any beginner.
Cheers,
Parag
On Sun, Dec 26, 2010 at 10:54 AM, SERIER <stephenm....@gmail.com> wrote:
> What are some of the best books for newbies to perl?
>
>
> --
> To unsubscribe, e-mail: beginners-...@perl.org
> For additional commands, e-mail: beginne...@perl.org
> http://learn.perl.org/
>
>
>
Francesco
On 26/dic/2010, at 19:54, SERIER <stephenm....@gmail.com> wrote:
> What are some of the best books for newbies to perl?
>
>
For a programming beginner in general, Learning Perl
(http://oreilly.com/catalog/9780596520106/ by Randal Schwartz, Tom
Phoenix, and Brian D. Foy, aka the Llama book) is an excellent book. For
someone who wants to get stuff done in Perl, and fast, The Perl Cookbook
(http://oreilly.com/catalog/9780596003135/ by Tom Christiansen and Nat
Torkington, aka the Ram book) is still an excellent guide.
For a programmer who wants to learn Perl as a language and as a
platform, I find the new Modern Perl book
(http://www.onyxneon.com/books/modern_perl/index.html by chromatic,
aka... the butterfly book?) to be a very good guide, one that is walking
in the steps of the venerable (albeit somewhat dated) Programming Perl
(http://oreilly.com/catalog/9780596000271/ by Larry Wall, Tom
Christiansen, Randal Schwartz and Jon Orwant, aka the camel book)
--
Erez
Observations, not opinions.
In addition to what other people said, you can find some other reocmmendations
here:
* http://perl-begin.org/books/
Regards,
Shlomi Fish
--
-----------------------------------------------------------------
Shlomi Fish http://www.shlomifish.org/
My Public Domain Photos - http://www.flickr.com/photos/shlomif/
Chuck Norris can make the statement "This statement is false" a true one.
Please reply to list if it's a mailing list post - http://shlom.in/reply .
http://learn.perl.org contain online books.
Personally I can recommended:
1 Learning Perl, Randal Schwartz, O'Reilly
2 Beginning Perl, Jamess Lee, Apress
First, search a good beginners tutorials in internet, test the examples,
watch as it work, and rewrite the samples.
Best Regards.
--
Francisco Valladolid H.
-- http://bsdguy.net - Jesus Christ follower.
Which book would you recommend to me?
Thanks
Andres
Perl for System Administration, David N. Blank-Edelman, O'Reilly &
Associates, Inc. ISBN 1-56592-609-9
--
Just my 0.00000002 million dollars worth,
Shawn
Confusion is the first step of understanding.
Programming is as much about organization and communication
as it is about coding.
The secret to great software: Fail early & often.
Eliminate software piracy: use only FLOSS.
> Perl for System Administration, David N. Blank-Edelman, O'Reilly &
> Associates, Inc. ISBN 1-56592-609-9
>
> Since we are at it, would the first edition be preferable to the second
(renamed Automating System Administration with Perl)[0]? Or is this a
"changed so much they are pretty different books: Read both!" situation, ala
Advanced Perl Programming?
Brian.
* Automating System Administration with Perl
* Network Programming with Perl -- I very like this book, written by
Lincoln D. Stein
True, and I link to the most relevant ones from perl-begin.org. learn.perl.org
is very short of other useful content though.
> Personally I can recommended:
>
> 1 Learning Perl, Randal Schwartz, O'Reilly
> 2 Beginning Perl, Jamess Lee, Apress
These should be fine books.
>
> First, search a good beginners tutorials in internet, test the examples,
> watch as it work, and rewrite the samples.
>
Please don't recommend people to do a web search for Perl tutorials as most of
the tutorials one can find on the web are pretty bad (including the first hit
for a Google search for "perl tutorial".). The original poster specifically
asked for recommendations for Perl *books* and we've referred them to such. If
they are interested in tutorials, they can do better by visiting this page:
http://perl-begin.org/tutorials/
I don't understand your suggestion to "test the examples, watch as it works,
and rewrite the samples". What do you mean by that?
Regards,
Shlomi Fish
--
-----------------------------------------------------------------
Shlomi Fish http://www.shlomifish.org/
First stop for Perl beginners - http://perl-begin.org/