Penguin::Easy -- provides easy access to Penguin module.


NAME

  Penguin::Easy -- provides easy access to Penguin module.


SUPPORTED PLATFORMS

This module is not included with the standard ActivePerl distribution. It is available as a separate download using PPM.

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";


DESCRIPTION

Penguin::Easy is an OO 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).


NOTES

While writing this little module, I've decided that Wrapper is perhaps one of the funniest words I have ever seen. It has completly lost all meaning.

 Penguin::Easy -- provides easy access to Penguin module.