Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

devel::repl::plugin::nopaste(3pm) [debian man page]

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)

Check Out this Related Man Page

App::Nopaste::Command(3pm)				User Contributed Perl Documentation				App::Nopaste::Command(3pm)

NAME
App::Nopaste::Command - command-line utility for App::Nopaste nopaste - command-line utility to nopaste DESCRIPTION
This application will take some text on STDIN and give you a URL on STDOUT. You may also specify files as arguments, they will be concatenated together into one large nopaste. OPTIONS
-d, --desc The one line description of your paste. The default is usually the first few characters of your text. -n, --name Your nickname, usually displayed with the paste. Default: $NOPASTE_NICK then $USER. -l, --lang The language of the nopaste. The values accepted depend on the nopaste service. There is no mapping done yet. Default: perl. -c, --chan The channel for the nopaste, not always relevant. Usually tied to a pastebot in that channel which will announce your paste. -s, --services The nopaste services to try, in order. You may also specify this in $NOPASTE_SERVICES (space-separated list of service names, e.g. "Shadowcat Gist"). -L, --list List available nopaste services. -x, --copy If specified, automatically copy the URL to your clipboard, using the Clipboard module. -p, --paste If specified, use only the clipboard as input, using the Clipboard module. -o, --open If specified, automatically open the URL using Browser::Open. Browser::Open tries a number of different browser commands depending on your OS. --private If specified, the paste access will be restricted to those that know the URL. -q, --quiet If specified, do not warn or complain about broken services. perl v5.14.2 2011-08-26 App::Nopaste::Command(3pm)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

getting colored output in perl

Hello, I am scripting in perl and I need to get my output of the "print" statement in color. Please tell me how to go ahead. Radha (2 Replies)
Discussion started by: s123.radha
2 Replies

2. Shell Programming and Scripting

commenting

can we use "---------" for commenting......... (2 Replies)
Discussion started by: simmijaswal
2 Replies

3. Shell Programming and Scripting

how to display the output file in an html format using perl

Hi, I have written a perl script to dispaly some statements from a file but i want the output statements to be dispalyed in an HTML format.Is it possible for me to do in perl scripting? Please help me with ur thoughts. Thanks In Advance Meva. (1 Reply)
Discussion started by: meva
1 Replies

4. Shell Programming and Scripting

Unable to Install "Devel-Profile" perl module in windows.

Hi, I want to install 'Devel-Profile' in windows but i am not able to install. Here is the error. PPM> install Devel-Profile Install package 'Devel-Profile?' (y/N): y Installing package 'Devel-Profile'... Error installing package 'Devel-Profile': Could not locate a PPD file for... (3 Replies)
Discussion started by: vanitham
3 Replies