Man Page: devel::repl::plugin::ppi
Operating Environment: debian
Section: 3pm
Devel::REPL::Plugin::PPI(3pm) User Contributed Perl Documentation Devel::REPL::Plugin::PPI(3pm)NAMEDevel::REPL::Plugin::PPI - PPI dumping of Perl codeSYNOPSISrepl> #ppi Devel::REPL PPI::Document PPI::Statement PPI::Token::Word 'Devel::REPL' repl> #ppi { > warn $]; > } PPI::Document PPI::Statement::Compound PPI::Structure::Block { ... } PPI::Token::Whitespace ' ' PPI::Statement PPI::Token::Word 'warn' PPI::Token::Whitespace ' ' PPI::Token::Magic '$]' PPI::Token::Structure ';' PPI::Token::Whitespace ' 'DESCRIPTIONThis plugin provides a "ppi" command that uses PPI::Dumper to dump PPI-parsed Perl documents. The code is not actually executed, which means that when used with Deve::REPL::Plugin::OutputCache there is no new value in "_".AUTHORShawn M Moore <sartak@gmail.com> perl v5.14.2 2010-05-08 Devel::REPL::Plugin::PPI(3pm)
| Related Man Pages |
|---|
| ppi::token::operator5.18(3) - mojave |
| ppi::token::quotelike(3) - centos |
| ppi::token::magic(3) - mojave |
| ppi::token::magic(3) - osx |
| ppi::token::quotelike(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| A (ksh) Library For and From UNIX.com |
| New UNIX and Linux History Sections |