Perl电子书推荐

· Read in about 1 min · (67 Words)

大家通常以”小骆驼“作为Perl学习入门首选书籍,这里推荐一下Perl的其它电子书,适合进一步学习,Perl进阶。

能看完中文的就足够了:

  • 入门,进阶都可以:《Perl实例精解 第4版》,超级详细的例子。
  • 进阶:《Perl最佳实践》,编码习惯等。Perl最佳实践重点摘要
  • 进阶:《Perl高效编程》,一些高级用法,安全性等。
  • 高阶:《高阶Perl》,2013年7月中译本出版,(原书《Higher-order Per》,2005年)。

英文的:

《Modern Perl》 January 2014

《Perl for Bioinformatics》两部曲(跟bioinformatics贴近):

  • Beginning Perl For Bioinformatics
  • Mastering Perl For Bioinformatics

《Perl trilogy》Perl三部曲:

  • Learning Perl.pdf
  • Intermediate Perl.chm
  • Mastering Perl.pdf

《Perl Training Australia》:

  1. Programming Perl.pdf
  2. Object Oriented Perl.pdf
  3. Perl Security.pdf
  4. Database Programming with Perl.pdf
  5. Web Development with Perl.pdf
  6. Perl for System Administration.pdf

上述电子书在有的群共享或者网上都能免费下到,就不提供下载了。

More Free Perl Book: https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md#perl

By the way, you should try Python.