michielvw / pastelling
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
fd86663
| name | age | message | |
|---|---|---|---|
| |
ChangeLog.txt | ||
| |
README | ||
| |
pastelling.pl |
README
Perl Paster - A script to paste text to pastebin.slackadelic.com
Usage:
0 - You need libwww-perl and dependencies installed for this script
to work (in order of compilation):
perl-html-tagset ( http://slackbuilds.org/repository/12.2/libraries/perl-html-tagset/ )
perl-html-parser ( http://slackbuilds.org/repository/12.2/libraries/perl-html-parser/ )
libwww-perl ( http://slackbuilds.org/repository/12.2/libraries/libwww-perl/ )
1 - git clone git://github.com/michielvw/pastelling.git
2 - copy the pastelling script either into directory of your path
ie: ~/bin/ or /usr/local/bin
3 - set the script to be executable.
4 - Use this to pipe output of commands, such as:
command | pastelling.pl
or to pastebin a file:
pastelling.pl /path/to/file
see also
pastelling.pl -h
CREDITS:
rafb.pl was written by _pragma and is currently hosted at
http://code.google.com/p/rafb-pl/

