Overview
- Written by an experienced Perl trainer
- A revision of a popular tutorial on Perl, updated for the latest Perl 5 standard
- Explains how to effectively use the popular Perl programming language
Access this book
Tax calculation will be finalised at checkout
Other ways to access
About this book
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 using this book, you'll be able to start writing your own powerful scripts to solve many web and programming problems.
This is a book for those of us who believed that we didn’t need to learn Perl, and now we know it is more ubiquitous than ever. You’ll see that Perl has evolved into a multipurpose, multiplatform language present absolutely everywhere: heavy-duty web applications, the cloud, systems administration, natural language processing, and financial engineering. This book provides valuable insight into Perl’s role regarding all of these tasks and more giving you a great start in your Perl programming adventure.
What You Will Learn
- Perform operations on scalar values
- Use scalar, array, and associative array variables
- Work with flow control statements such as if, unless, while, until, for, and foreach
- Read and write directly to files with file handles
- Use conditional expressions such as numeric and string comparison, regular expressions, file testing, and Perl statements
- Format output with format statements
- Search for and replace sub-strings within a string using regular expressions
- Master Perl utilities such as split, join, index and more
- Control the file system and processes from within a Perl script
- Build functions for tasks including handling the scope of variables
- Import existing modules into your Perl script
Who This Book Is For
Those who are new to Perl.
Similar content being viewed by others
Keywords
Table of contents (14 chapters)
Reviews
“Novices who read it will gain a really good understanding of Perl statements and operations … .” (G. K. Jenkins, Computing Reviews, June 29, 2021)
Authors and Affiliations
About the author
Bibliographic Information
Book Title: Beginning Perl Programming
Book Subtitle: From Novice to Professional
Authors: William "Bo" Rothwell
DOI: https://doi.org/10.1007/978-1-4842-5055-6
Publisher: Apress Berkeley, CA
eBook Packages: Professional and Applied Computing, Apress Access Books, Professional and Applied Computing (R0)
Copyright Information: William "Bo" Rothwell of One Course Source, Inc. 2019
Softcover ISBN: 978-1-4842-5054-9Published: 27 July 2019
eBook ISBN: 978-1-4842-5055-6Published: 27 July 2019
Edition Number: 1
Number of Pages: XXI, 202
Number of Illustrations: 75 b/w illustrations
Topics: Programming Languages, Compilers, Interpreters, Web Development, Programming Techniques