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

Query: devel::repl::plugin::nopaste

OS: debian

Section: 3pm

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

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

NAME
Devel::REPL::Plugin::Nopaste - #nopaste to upload session's input and output
COMMANDS
This module provides these commands to your Devel::REPL shell: #nopaste The "#nopaste" sends a transcript of your session to a nopaste site. #pastetitle The "#pastetitle" command allows you to set the title of the paste on the nopaste site. For example: "#pastetitle example of some code" defaults to 'Devel::REPL session'
CONFIGURATION
nopaste_format The format sent to the nopaste server can be adjusted with the "nopaste_format" option. By default, the output of each perl statement is commented out, and the perl statements themselves are not. This can be reversed by setting the "nopaste_format" attribute to "comment_code" like this in your re.pl file: "$_REPL->nopaste_format( 'comment_code' );" The default of commenting out the output would be set like this: "$_REPL->nopaste_format( 'comment_output' );" These options can be set during a Devel::REPL session, but only affect the future parts of the session, not the past parts.
AUTHOR
Shawn M Moore, "<sartak at gmail dot com>"
CONTRIBUTORS
Andrew Moore - "<amoore@cpan.org>" perl v5.14.2 2010-05-08 Devel::REPL::Plugin::Nopaste(3pm)
Related Man Pages
app::nopaste(3pm) - debian
devel::repl::plugin::fancyprompt(3pm) - debian
devel::repl::plugin::outputcache(3pm) - debian
devel::repl::plugin::readlinehistory(3pm) - debian
pdl::perldl2::perldl2(3pm) - debian
Similar Topics in the Unix Linux Community
getting colored output in perl
Yet Another Nopaste 1.1.1 (Default branch)
Yet Another Nopaste 1.2.0 (Default branch)
how to display the output file in an html format using perl
Unable to Install &quot;Devel-Profile&quot; perl module in windows.