NAME WWW::Hashbang::Pastebin - command line pastebin VERSION version 0.001 SYNOPSIS $ (hostname ; uptime) | curl -F 'p=<-' http://p.hashbang.ca http://p.hashbang.ca/f4s2 $ chromium-browser http://p.hashbang.ca/f4s2.#l7 DESCRIPTION This pastebin has no user interface - use "curl" or WWW::Hashbang::Pastebin::Client's "p" command to POST paste content. Your paste's ID is returned in the "X-Pastebin-ID" header; the URL in the "X-Pastebin-URL", as well as the response content. Append a period to the URL to get line numbers. Add an anchor like "#l1" to jump to the given line number, or click the line number you want. SEE ALSO * * AVAILABILITY The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit to find a CPAN site near you, or see . SOURCE The development version is on github at and may be cloned from BUGS AND LIMITATIONS You can make new bug reports, and view existing ones, through the web interface at . AUTHOR Mike Doherty COPYRIGHT AND LICENSE This software is copyright (c) 2012 by Mike Doherty. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.