9781523839209
Beginning Perl Programming: Self-Study Guide & Student Manual (Learning Perl) (Volume 1)
by: William “Bo” Rothwell
ISBN-10: 1523839201
ISBN-13: 9781523839209
Edition 版次: 2018
Publication Date 出版日期: 2018-04-19
Print Length 页数: 344
Beginning Perl Programming: Self-Study Guide & Student Manual (Learning Perl Book 1)
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