Help for this page

Select Code to Download


  1. or download this
    $ ppi_dumper 2
    PPI::Document
      PPI::Statement::Compound
    ...
      PPI::Statement::Null
        PPI::Token::Structure       ';'
      PPI::Token::Whitespace        '\n'
    
  2. or download this
    $ cat 2
    for(1..10){
    $ cat 3
    for(1..10);