File: 16_sub_declaration.dump

package info (click to toggle)
libppi-perl 1.236-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,056 kB
  • ctags: 922
  • sloc: perl: 15,002; makefile: 8
file content (16 lines) | stat: -rwxr-xr-x 487 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PPI::Document
  PPI::Statement::Compound
    PPI::Structure::Block  	{ ... }
      PPI::Statement
        PPI::Token::Word  	'print'
        PPI::Token::Whitespace  	' '
        PPI::Token::Number  	'123'
        PPI::Token::Structure  	';'
  PPI::Token::Whitespace  	'\n'
  PPI::Statement::Sub
    PPI::Token::Word  	'sub'
    PPI::Token::Whitespace  	' '
    PPI::Token::Word  	'foo'
    PPI::Token::Whitespace  	' '
    PPI::Structure::Block  	{ ... }
  PPI::Token::Whitespace  	'\n'