Computer science and Perl programming : best of the Perl Journal /
In its first five years of existence, The Perl Journal ran 247 articles by over 120 authors. Every serious Perl programmer subscribed to it, and every notable Perl guru jumped at the opportunity to write for it. TPJ explained critical topics such as regular expressions, databases, and object-oriente...
Clasificación: | Libro Electrónico |
---|---|
Otros Autores: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Beijing ; Cambridge, Mass. :
O'Reilly,
2002.
|
Edición: | 1st ed. |
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 1. Introduction
- pt. I. Beginner Concepts
- 2. All About Arrays
- 3. Perfect Programming
- 4. Precedence
- 5. The Birth of a One-Liner
- 6. Comparators, Sorting, and Hashes
- 7. What Is Truth?
- 8. Using Object-Oriented Modules
- 9. Unreal Numbers
- 10. CryptoContext
- 11. References
- 12. Perl Heresies
- pt. II. Regular Expressions
- 13. Understanding Regular Expressions, Part I
- 14. Understanding Regular Expressions, Part II
- 15. Understanding Regular Expressions, Part III
- 16. Nibbling Strings
- 17. How Regexes Work
- pt. III. Computer Science
- 18. Infinite Lists
- 19. Compression
- 20. Memoization
- 21. Parsing
- 22. Trees and Game Trees
- 23. B-Trees
- 24. Making Life and Death Decisions with Perl
- 25. Information Retrieval
- 26. Randomness
- 27. Random Number Generators and XS
- pt. IV. Programming Techniques
- 28. Suffering from Buffering
- 29. Scoping
- 30. Seven Useful Uses of local
- 31. Parsing Command-Line Options
- 32. Building a Better Hash with tie
- 33. Source Filters
- 34. Overloading
- 35. Building Objects Out of Arrays
- 36. Hiding Objects with Closures
- 37. Multiple Dispatch in Perl
- pt. V. Software Development
- 38. Using Other Languages from Perl
- 39. SWIG
- 40. Benchmarking
- 41. Building Software with Cons
- 42. MakeMaker
- 43. Autoloading Perl Code
- 44. Debugging and Devel::
- pt. VI. Networking
- 45. Email with Attachments
- 46. Sending Mail Without sendmail
- 47. Filtering Mail
- 48. Net::Telnet
- 49. Microsoft Office
- 50. Client-Server Applications
- 51. Managing Streaming Audio
- 52. A 74-Line IP Telephone
- 53. Controlling Modems
- 54. Using Usenet from Perl
- 55. Transferring Files with FTP
- 56. Spidering an FTP Site
- 57. DNS Updates with Perl
- pt. VII. Databases
- 58. DBI
- 59. Using DBI with Microsoft Access
- 60. DBI Caveats
- 61. Beyond Hardcoded Database Applications with DBIx::Recordset
- 62. Win32::ODBC
- 63. Net::LDAP
- 64. Web Databases the Genome Project Way
- 65. Spreadsheet::WriteExcel
- pt. VIII. Internals
- 66. How to Improve Perl
- 67. Components of the Perl Distribution
- 68. Basic Perl Anatomy
- 69. Lexical Analysis
- 70. Debugging Perl Programs with -D
- 71. Microperl.