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

Full description

Bibliographic Details
Main Author: Rothwell, William "Bo"
Format: eBook
Language:English
Published: Berkeley, CA Apress 2019, 2019
Edition:1st ed. 2019
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
Table of Contents:
  • 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