Cargando…

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 focused entirely...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Conway, Damian, 1964-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly, Ã2005.
Edición:1st ed.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 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.