[RESOLVED] good perl books
Results 1 to 7 of 7

Thread: [RESOLVED] good perl books

  1. #1
    ibennetch
    Guest

    Resolved [RESOLVED] good perl books

    not sure if this is the right place for this. if it isn't, mods go ahead and move it on outta here!

    Can someone recommend a good book to learn Perl on? also, while I've got your attention, is there a difference between perl scripts for the web and perl programs run on a computer?

  2. #2
    Registered User
    Join Date
    Aug 2000
    Location
    NYC
    Posts
    288

    Post

    O'Reilly. more O'Reilly. Then some more
    "The Perl Cookbook", "Learning Perl", "Perl Programming" are all very good, and all by O'Reilly.

    l found another book recently, titled "Perl: How to Program" by Prentice Hall (aqua colored cover, found in every huge nasty corporate chain bookstore ) Starts very basic, but does go into some very interesting concepts later in the book; and as a bonus, also teaches the basics of CSS and Python.

    In answer to your other question: technically, perl scrripts for the web are perl scripts being run on a computer...your web host's. There are CGI environment variables, and the input must be parsed differently than just ripping argv or stdin, but the same concepts apply, and it is still the same language. So, if you know one, you know both.
    BreakWindows
    God told me to skin you alive..

  3. #3
    Registered User
    Join Date
    Jul 2000
    Location
    Huntington Beach, CA, USA
    Posts
    1,515

    Post

    O'Reilly has the best Perl Books on the market. If you want sheer numbers of pages - Sybex has a cheap Perl book (19.95 US) that is 1000 pages and stocked full of information, however it is not the best book on the market and the O'Reilly books are much better.

    Also search the web - there are many, many sites dedicating to teaching Perl programming free.
    Death is lighter than a feather - duty heavier than a mountian.

    The answer to your question is: 00110100 00110010

  4. #4
    Registered User
    Join Date
    Oct 2000
    Location
    Kansas City, MO
    Posts
    1,162

    Post

    Perl In A Nutshell

  5. #5
    Registered User
    Join Date
    Jan 1999
    Location
    London, Great Britain
    Posts
    300

    Thumbs up

    I learn Perl from Sams Teach Yourself Perl in 21 Days which included a CD with versions of Perl on it as well as all the code examples in the book.

    The book is pretty comprehensive - it covers basic aspects of programming as well as the Perl language - so if you already program you may be better off with more of a reference book (like an O'Reilly) rather than this one.
    I'd rather die peacefully in my sleep like my Grandfather,
    than screaming in terror like his passengers.
    Jim Harkins
    <a href="http://www.Horrible.Demon.co.uk/" target="_blank">http://www.Horrible.Demon.co.uk/</a>

  6. #6
    Registered User Mr_Miyagi's Avatar
    Join Date
    Jan 2001
    Location
    Westbury, Wiltshire, UK
    Posts
    1,099

    Post

    l learnt the hard way, by playing with a script i wanted to use / change, and several websites.

    i then bought a book, subsequently gone walk about..
    Mr Miyagi, by any other name... (is this sig short enough?)

  7. #7
    Registered User
    Join Date
    Aug 2000
    Location
    NYC
    Posts
    288

    Post

    Originally posted by Andy Wright:
    l learnt the hard way, by playing with a script i wanted to use / change, and several websites.
    Good point, l actually learned on my own. lve only been getting books recently as referance manuals. The best way to learn is hitting siters like http://www.cpan.org , http://www.dmoz.org , http://www.programmingtutorials.com and http://perl.about.com . There is already more info than we can all know what to do with online, and of course if you have any trouble, come to Windrivers/Xdrivers
    BreakWindows
    God told me to skin you alive..

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •