Beginning Perl Programming From Novice to Professional
Get started with Perl 5 and learn the important core concepts of Perl programming, such as variables, flow control, expressions, and I/O. Additionally, this book covers pattern matching and shows that Perl is extremely flexible and powerful, and that it isn’t afraid of the cloud. After reading and u...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress
2019.
|
Edición: | 1st ed. 2019. |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009631014306719 |
Tabla de Contenidos:
- 1: Introduction
- 2: Scalar Variables
- 3: Array Variables
- 4: Associative Array Variables
- 5: Flow Control
- 6: Conditional Expressions
- 7: Basic Input and Output
- 8: Advanced Input and Output
- 9: Pattern Matching
- 10: Perl Utilities
- 11: File System and Process Control
- 12: Functions
- 13: Using Modules
- 14: Debugging Perl.