Perl best practices

Many programmers code by instinct, relying on convenient habits or a ""style"" they picked up early on. They aren't conscious of all the choices they make, like how they format their source, the names they use for variables, or the kinds of loops they use. They're focus...

Full description

Bibliographic Details
Main Author: Conway, Damian, 1964- (-)
Format: eBook
Language:Inglés
Published: Sebastopol, California : O'Reilly 2005.
Edition:First edition
Subjects:
See on Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009626913606719
Table of Contents:
  • 1. Best practices
  • 2. Code layout
  • 3. Naming conventions
  • 4. Values and expressions
  • 5. Variables
  • 6. Control structures
  • 7. Documentation
  • 8. Built-in functions
  • 9. Subroutines
  • 10. I/O
  • 11. References
  • 12. Regular expressions
  • 13. Error handling
  • 14. Command-line processing
  • 15. Objects
  • 16. Class hierarchies
  • 17. Modules
  • 18. Testing and debugging
  • 19. Miscellanea.