- Perl 6 Deep Dive
- Andrew Shitov
- 139字
- 2021-07-03 00:05:55
Summary
In this chapter, we looked at an overview of the built-in data types in Perl 6 and learned how to work with variables. The most important fact is that variables in Perl 6 are instances of the different built-in data type classes. The details of those classes are located in Chapter 8, Object-Oriented Programming, but some elements of the object-oriented programming are needed to successfully create and use variables in Perl 6.
In the first part of the chapter, you learned three structural types of variable containers—scalars, arrays, and hashes—, and examined their main methods. In the second part, we took an in-depth look at different data types, such as integer, rational, floating-point numbers, strings, dates, and times.
In the next chapter, we will continue with observing the flow control in Perl 6 programs.
- Unreal Engine Physics Essentials
- Python從菜鳥到高手(第2版)
- PHP+MySQL網站開發技術項目式教程(第2版)
- MariaDB High Performance
- 從0到1:Python數據分析
- 從零開始:UI圖標設計與制作(第3版)
- Kubernetes進階實戰
- Julia數據科學應用
- JSP程序設計與案例實戰(慕課版)
- Visual Basic程序設計實驗指導及考試指南
- C語言編程魔法書:基于C11標準
- 算法訓練營:海量圖解+競賽刷題(入門篇)
- Socket.IO Cookbook
- 前端程序員面試算法寶典
- Learning Predictive Analytics with R