Three ways to write a table in Podlite
A sequel to Podlite comes to Perl: a deep-dive into the three syntaxes for tables (text-mode, structured, and data-driven) with concrete examples and error recovery rules.
A sequel to Podlite comes to Perl: a deep-dive into the three syntaxes for tables (text-mode, structured, and data-driven) with concrete examples and error recovery rules.
This article introduces Podlite to the Perl community, explores the 1.0 specification, shows real examples, and demonstrates early integrations with Perl.
Perl ships with a command-line program called perldoc that makes it easier to search and read Perl’s vast documentation in the POD markup language. If perldoc is called with the -F flag, it will display the POD markup of an input file - this can be useful when your are developing a new Perl distribution and want to check the appearance of the POD in your module before it appears on CPAN for all to see.