Penguin::Easy

Provides easy access to Penguin module
Download

Penguin::Easy Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • James A. Duncan
  • Publisher web site:
  • http://search.cpan.org/~rclamp/

Penguin::Easy Tags


Penguin::Easy Description

Provides easy access to Penguin module Penguin::Easy is a Perl module that provides quick-and-dirty access to the penguin module for those not wanting to learn the nittygrittys about it. The Easy module provides transparent access to the Penguin module, even to the extent of deciding whether the Penguin code should be transparently wrapped, or PGP wrapped (if you include a sig in the call to the new method, it will use PGP).SYNOPSIS use Penguin::Easy; my $ep = new Penguin::Easy Title => 'Easy Program', Name => 'James Duncan', Sig => $my_pgp_sig, Code => $my_perl_code; $results = $ep->run; print "$results\n"; Requirements: · Perl


Penguin::Easy Related Software