Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Beginning Perl Programming: Self-Study Guide & Student Manual (Learning Perl Book 1)

Posted By: AlenMiler
Beginning Perl Programming: Self-Study Guide & Student Manual (Learning Perl Book 1)

Beginning Perl Programming: Self-Study Guide & Student Manual (Learning Perl Book 1) by William Rothwell
English | 28 Apr. 2018 | ASIN: B07CQYZY2G | 344 Pages | PDF | 2.41 MB

Using this hands-on guide, learn how to:

Perform operations on scalar values

Use scalar, array and associative array variables

Use flow control statements such as if, unless, while, until, for and foreach

Use conditional expressions such as numeric and string comparison, regular expressions, file testing and Perl statements

Create and use file handles to read and write directly to files

Create format statements to make formatted output

Use regular expressions to search for and replace sub-strings within a string

Use Perl utilities such as split, join, index and substr

Control the file system and processes from within a Perl script

Create and use functions including handling the scope of variables

Import existing modules into your Perl script