debian man page for devel::repl::plugin::ppi

Query: devel::repl::plugin::ppi

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Devel::REPL::Plugin::PPI(3pm)				User Contributed Perl Documentation			     Devel::REPL::Plugin::PPI(3pm)

NAME
Devel::REPL::Plugin::PPI - PPI dumping of Perl code
SYNOPSIS
repl> #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 ' '
DESCRIPTION
This 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 "_".
AUTHOR
Shawn M Moore <sartak@gmail.com> perl v5.14.2 2010-05-08 Devel::REPL::Plugin::PPI(3pm)
Related Man Pages
ppi::token::quotelike(3) - mojave
ppi::token::operator5.18(3) - mojave
ppi::token::magic(3) - mojave
ppi::token::magic(3) - osx
devel::repl::plugin::multiline::ppi(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Introduction
Detecting unused variables...
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?