1PPI::Statement::ExpressUisoenr(3C)ontributed Perl DocumePnPtIa:t:iSotnatement::Expression(3)
2
3
4
6 PPI::Statement::Expression - A generic and non-specialised statement
7
9 $foo = bar;
10 ("Hello World!");
11 do_this();
12
14 PPI::Statement::Expression
15 isa PPI::Statement
16 isa PPI::Node
17 isa PPI::Element
18
20 A "PPI::Statement::Expression" is a normal statement that is evaluated,
21 may or may not assign, may or may not have side effects, and has no
22 special or redeeming features whatsoever.
23
24 It provides a default for all statements that don't fit into any other
25 classes.
26
28 "PPI::Statement::Expression" has no additional methods beyond the
29 default ones provided by PPI::Statement, PPI::Node and PPI::Element.
30
32 See the support section in the main module.
33
35 Adam Kennedy <adamk@cpan.org>
36
38 Copyright 2001 - 2011 Adam Kennedy.
39
40 This program is free software; you can redistribute it and/or modify it
41 under the same terms as Perl itself.
42
43 The full text of the license can be found in the LICENSE file included
44 with this module.
45
46
47
48perl v5.34.0 2021-07-22 PPI::Statement::Expression(3)