GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

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

Devel::REPL::Plugin::Nopaste - #nopaste to upload session's input and output

version 1.003028

This module provides these commands to your Devel::REPL shell:

The "#nopaste" sends a transcript of your session to a nopaste site.

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'.

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.

Andrew Moore - "<amoore@cpan.org>"

Bugs may be submitted through the RT bug tracker <https://rt.cpan.org/Public/Dist/Display.html?Name=Devel-REPL> (or bug-Devel-REPL@rt.cpan.org <mailto:bug-Devel-REPL@rt.cpan.org>).

There is also an irc channel available for users of this distribution, at "#devel" on "irc.perl.org" <irc://irc.perl.org/#devel-repl>.

Shawn M Moore, "<sartak at gmail dot com>"

This software is copyright (c) 2007 by Matt S Trout - mst (at) shadowcatsystems.co.uk (<http://www.shadowcatsystems.co.uk/>).

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2016-02-16 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.