Perl 6 Quick Syntax Reference: A Pocket Guide to the Language,the Core Modules,and the Community
Authors: J.J. Merelo
ISBN-10: 1484249550
ISBN-13: 9781484249550
Edition 版本: 1st ed.
Released: 2019-10-03
Print Length 页数: 280 pages
Book Description
This condensed code and syntax reference book presents the Perl scripting language in a well-organized format designed to be used time and again. It contains an easy-to-read and use guide to Perl 6 for software application development.
Using this book will give you a feel for the language,as well as an introduction to the different features (such as object-oriented programming) that make Perl 6 such a unique language. You won’t find any technical jargon,bloated samples,drawn out history lessons,or witty stories in this book. Perl 6 Quick Syntax Reference is packed with useful information and is a must-have for any developer new to Perl 6.
What You Will Learn
Use Perl 6 expressions and operators
Work with Perl 6 data access and persistent data
Process complex data structures available in Perl 6
Work with functions,modules,and more
Use Perl 6 classes,roles,and traits
Take advantage of regular expressions and grammars using Perl 6
Use the Unicode standard to its full extent in your scripts
1.Running Perl6
2.Getting Help
3.Literals
4.Expressions and Operators
5.Building Up Data
6.Processing Complex Data Structures
7.Storing Data: Containers
8.Functions
9.Roles and Classes
10.Modules
11.Errors and How to Work with Them
12.Interacting with the System
13.Testing Your Modules and Scripts
14.Building Up a Project
15.Grammars