- Perl 6 Deep Dive
- Andrew Shitov
- 170字
- 2021-07-03 00:05:46
Creating Pod documentation
Pod is a sublanguage inside Perl 6 used to write documentation. It can be considered as an extended version of comments, which allows more functionality in expressing the content. Pod in Perl 6 is the evolution of the POD (Plain Old Documentation) in Perl 5. In Perl 6, the name is not an abbreviation and thus is not capitalized. In this section, we will examine the syntax of the Pod markup language.
Pod content is placed in the same source file as the Perl 6 program itself. A Pod section is a series of lines containing some textual information. The compiler is switching between parsing Pod and Perl 6 when it sees the beginning and ending marks of the Pod section. Pod syntax is designed to express the semantics of the documentation and to help organize it in a more structured way.
Let's see how you create a Pod block. There are a few types of Pod blocks, as well as a few ways of creating them.
- Learning Single:page Web Application Development
- The Complete Rust Programming Reference Guide
- C++案例趣學(xué)
- OpenNI Cookbook
- 正則表達式經(jīng)典實例(第2版)
- Rust Essentials(Second Edition)
- Mastering Apache Maven 3
- Building RESTful Python Web Services
- FPGA Verilog開發(fā)實戰(zhàn)指南:基于Intel Cyclone IV(進階篇)
- 微服務(wù)從小白到專家:Spring Cloud和Kubernetes實戰(zhàn)
- Mastering React
- Qlik Sense? Cookbook
- 并行編程方法與優(yōu)化實踐
- Penetration Testing with the Bash shell
- 微信小程序開發(fā)邊做邊學(xué)(微課視頻版)