Search results for "module:PPI::Statement::Null"
PPI::Statement::Null - A useless null statement
"PPI::Statement::Null" is a utility class designed to handle situations where PPI encounters a naked statement separator. Although strictly speaking, the semicolon is a statement separator and not a statement terminator, PPI considers a semicolon to ...
OALDERS/PPI-1.276 - 19 Jul 2022 21:50:31 UTC
PPI - Parse, Analyze and Manipulate Perl (without perl)
About this Document This is the PPI manual. It describes its reason for existing, its general structure, its use, an overview of the API, and provides a few implementation samples. Background The ability to read, and manipulate Perl (the language) pr...
OALDERS/PPI-1.276 - 19 Jul 2022 21:50:31 UTC
PPI::Statement - The base class for Perl statements
PPI::Statement is the root class for all Perl statements. This includes (from perlsyn) "Declarations", "Simple Statements" and "Compound Statements". The class PPI::Statement itself represents a "Simple Statement" as defined in the perlsyn manpage....
OALDERS/PPI-1.276 - 19 Jul 2022 21:50:31 UTC
Perl::Critic::Utils::PPI - Utility functions for dealing with PPI objects.
Provides classification of PPI::Elements....
PETDANCE/Perl-Critic-1.148 - 07 Jan 2023 21:26:26 UTC
PPI::Statement::Variable - Variable declaration statements
The main intent of the "PPI::Statement::Variable" class is to describe simple statements that explicitly declare new local or global variables. Note that this does not make it exclusively the only place where variables are defined, and later on you s...
OALDERS/PPI-1.276 - 19 Jul 2022 21:50:31 UTC
Perl::ToPerl6::Utils::PPI - Utility functions for dealing with PPI objects.
Provides classification of PPI::Elements....
JGOFF/Perl-ToPerl6-0.040 - 30 Aug 2015 18:57:46 UTC