Advanced Perl Programming: From Advanced to Expert
Продвинутое программирование на Perl: От продвинутого до эксперта
Год издания: 2020
Автор: Rothwell William "Bo" / Ротвелл Уильям «Бо»
Издательство: Apress
ISBN: 978-1-4842-5862-0 (pbk), 978-1-4842-5863-7 (ebook)
Язык: Английский
Формат: PDF
Качество: Издательский макет или текст (eBook)
Интерактивное оглавление: Да
Количество страниц: 313
Описание:
William "Bo" Rothwell's
Advanced Perl Programming continues where his previous book left off, more or less, as it guides you through advanced techniques of the Perl programming language starting with command-line options, references, and arrays and hashes from advanced data types. Next, you'll learn about typeglobs for symbolic entries.
Additionally, you'll see advanced subroutine handling, then packages and namespaces. Furthermore, you'll build advanced modules and install CPAN modules. Unlike Java and C++, modules have been around in Perl for a long time now. Along the way, you'll learn and use POD mark up language for Perl documentation.
Moreover, you'll get a survey of the many advanced features and data structures of the current Perl programming language. You'll also get a survey of the new features of the latest Perl 5.x release. After reading and using this book, you'll have the tools, techniques, and source code to be an expert Perl programmer.
What You Will Learn:
- Carry out command-line parsing and extract scripts
- Create references; return values from a reference; work with the ref Function and strict refs
- Work with advanced Perl data types using arrays, hashes, and hash of hashes
- Use Typeglobs for symbol table entries
- Build modules and install CPAN modules
- Write documentation for Perl using POD
- Work with the newest features in Perl, including the smartmatch operator, yada yada, automated regex modifiers, the CORE namespace and more
Who This Book Is For: Those with experience with Perl or who have read Rothwell's prior books,
Beginning Perl Programming and
Pro Perl Programming.
История изменений:
- 2025-09-12 Пдфка заменена на более правильную (с номерами страниц).
Оглавление
Chapter 1: Command-Line Options
Chapter 2: References
Chapter 3: Advanced Data Types: Arrays
Chapter 4: Advanced Data Types: Hashes
Chapter 5: Typeglobs
Chapter 6: Advanced Subroutine Handling
Chapter 7: Packages and Namespaces
Chapter 8: Building Modules
Chapter 9: Installing CPAN Modules
Chapter 10: POD
Chapter 11: Advanced Features
Chapter 12: Advanced Data Structures
Chapter 13: New Features
Index