- Perl 6 Deep Dive
- Andrew Shitov
- 136字
- 2021-07-03 00:05:47
Summary
In this chapter, we looked at the way a Perl 6 program is organized. The source code is written in Unicode, and there are many Unicode elements in the syntax of the language that may be used to make the program more expressive. We also examined how to create and use comments that vary from one-line notes to bigger Pod blocks that may contain documentation about the program. We looked at that ways the parts of the source code may be placed in different phasers to change the flow of the program. And finally, you learned a method for getting input from the users.
Now, we are ready to create real Perl 6 programs. In the next chapter, we will talk about the data types in Perl 6 and how to use variables.
推薦閱讀
- Getting Started with Citrix XenApp? 7.6
- Mastering OpenLayers 3
- 高手是如何做產品設計的(全2冊)
- Cocos2d-x游戲開發:手把手教你Lua語言的編程方法
- 精通搜索分析
- 高級C/C++編譯技術(典藏版)
- The Data Visualization Workshop
- Spring Boot企業級項目開發實戰
- 單片機應用與調試項目教程(C語言版)
- 常用工具軟件立體化教程(微課版)
- SEO教程:搜索引擎優化入門與進階(第3版)
- Web編程基礎:HTML5、CSS3、JavaScript(第2版)
- DevOps 精要:業務視角
- Java核心編程
- C++服務器開發精髓