My warning with "Beginning Perl Web Development: From Novice to Professional" is to understand what author Steve Suehring means by the word "novice." He does not mean it as a synonym for "beginner". If you don't have some degree of skill in Perl, you will be overwhelmed. That being said, I would hi
Beginning Perl Programming: From Novice to Professional
β Scribed by William "Bo" Rothwell
- Publisher
- Apress
- Year
- 2019
- Tongue
- English
- Leaves
- 212
- Edition
- 1st ed.
- Category
- Library
No coin nor oath required. For personal study only.
β¦ Synopsis
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.
β¦ Table of Contents
Front Matter ....Pages i-xxi
Origin of Perl (William βBoβ Rothwell)....Pages 1-16
Scalar Variables (William βBoβ Rothwell)....Pages 17-39
Array Variables (William βBoβ Rothwell)....Pages 41-55
Associative Array Variables (William βBoβ Rothwell)....Pages 57-70
Flow Control (William βBoβ Rothwell)....Pages 71-85
Conditional Expressions (William βBoβ Rothwell)....Pages 87-99
Basic Input and Output (William βBoβ Rothwell)....Pages 101-109
Advanced Input and Output (William βBoβ Rothwell)....Pages 111-128
Pattern Matching (William βBoβ Rothwell)....Pages 129-152
Perl Utilities (William βBoβ Rothwell)....Pages 153-163
Filesystem and Process Control (William βBoβ Rothwell)....Pages 165-174
Functions (William βBoβ Rothwell)....Pages 175-188
Using Modules (William βBoβ Rothwell)....Pages 189-193
Debugging Perl (William βBoβ Rothwell)....Pages 195-198
Back Matter ....Pages 199-202
β¦ Subjects
Computer Science; Programming Languages, Compilers, Interpreters; Web Development; Programming Techniques
π SIMILAR VOLUMES
My warning with "Beginning Perl Web Development: From Novice to Professional" is to understand what author Steve Suehring means by the word "novice." He does not mean it as a synonym for "beginner". If you don't have some degree of skill in Perl, you will be overwhelmed. That being said, I would hi
Beginning Perl Web Development is a unique book providing a powerful combination of real-world examples coupled with advice based on the authorβs years of experience developing Internet applications in Perl. The book introduces the reader to the world of practical Internet application development wi
My warning with "Beginning Perl Web Development: From Novice to Professional" is to understand what author Steve Suehring means by the word "novice." He does not mean it as a synonym for "beginner". If you don't have some degree of skill in Perl, you will be overwhelmed. That being said, I would hi
Beginning Perl Web Development: From Novice to Professional introduces you to the world of Perl Internet application development. This book tackles all areas crucial to developing your first web applications and includes a powerful combination of real-world examples coupled with advice. Topics range