WWW::Pastebin::PastebinCa::Create

Create new pastes on http://pastebin.ca/ from Perl
Download

WWW::Pastebin::PastebinCa::Create Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Zoffix Znet
  • Publisher web site:
  • http://search.cpan.org/~zoffix/

WWW::Pastebin::PastebinCa::Create Tags


WWW::Pastebin::PastebinCa::Create Description

Create new pastes on http://pastebin.ca/ from Perl WWW::Pastebin::PastebinCa::Create is a Perl module that provides means of pasting large texts into http://pastebin.ca/ pastebin site.SYNOPSYS use strict; use warnings; use WWW::Pastebin::PastebinCa::Create; my $paster = WWW::Pastebin::PastebinCa::Create->new; $paster->paste('testing') or die $paster->error; print "Your paste can be found on $paster\n"; Requirements: · Perl


WWW::Pastebin::PastebinCa::Create Related Software