File: 39_foreach_our.dump

package info (click to toggle)
libppi-perl 1.215-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,820 kB
  • sloc: perl: 12,129; makefile: 8
file content (14 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PPI::Document
  PPI::Statement::Compound
    PPI::Token::Word  	'for'
    PPI::Token::Whitespace  	' '
    PPI::Token::Word  	'our'
    PPI::Token::Whitespace  	' '
    PPI::Token::Symbol  	'$k'
    PPI::Token::Whitespace  	' '
    PPI::Structure::List  	( ... )
      PPI::Statement
        PPI::Token::Symbol  	'@foo'
    PPI::Token::Whitespace  	' '
    PPI::Structure::Block  	{ ... }
  PPI::Token::Whitespace  	'\n'