Perl 6 Fundamentals A Primer with Examples, Projects, and Case Studies /
Gain the skills to begin developing Perl 6 applications from the ground up in this hands-on compact book. You’ll learn enough to get started building with Perl 6, using Perl 6’s gradual typing, handy object orientation features, powerful parsing capabilities, and human-usable concurrency. After a sh...
Main Author: | |
---|---|
Corporate Author: | |
Format: | Electronic eBook |
Language: | English |
Published: |
Berkeley, CA :
Apress : Imprint: Apress,
2017.
|
Subjects: | |
Online Access: | Full Text via HEAL-Link |
Table of Contents:
- 1. What is Perl 6?
- 2. Running Rakudo Perl 6
- 3. Formatting a Sudoku Puzzle
- 4. Datetime Conversion for the Command Line
- 5. Testing say()
- 6. Silent Cron, a Cron Wrapper
- 7. Stateful Silent Cron
- 8. Review of the Perl 6 Basics
- 9. Parsing INI files using Regexes and Grammars
- 10. A File and Directory Usage Graph
- 11. A Unicode Search Tool
- 12. Plotting Using Inline::Python and Matplotlib
- 13. What's Next?.