WWW::Hashbang::Pastebin::Client

A client library for WWW::Hashbang::Pastebin websites
Download

WWW::Hashbang::Pastebin::Client Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mike Doherty
  • Publisher web site:
  • http://search.cpan.org/~doherty/

WWW::Hashbang::Pastebin::Client Tags


WWW::Hashbang::Pastebin::Client Description

WWW::Hashbang::Pastebin::Client is, as you might expect, a Perl module for interfacing with WWW::Hashbang::Pastebin websites. It also ships with an example command-line client p.SYNOPSIS use WWW::Hashbang::Pastebin::Client; my $client = WWW::Hashbang::Pastebin::Client->new(url => 'http://p.hashbang.ca'); # retrieve paste content by paste ID print $client->get('b'), "\n"; # create a paste from a string my $pasted_string_url = $client->paste(paste => rand()); # create a paste from a file my $pasted_file_url = $client->paste(file => '/var/log/syslog'); print "$pasted_string_url\n$pasted_file_url\n";Product's homepage


WWW::Hashbang::Pastebin::Client Related Software