home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _946219a4cd9e4f8b8002461e95349ac5 < prev    next >
Text File  |  2000-03-23  |  2KB  |  75 lines

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Penguin::Easy -- provides easy access to Penguin module.</TITLE>
  5. <LINK REL="stylesheet" HREF="../../../Active.css" TYPE="text/css">
  6. <LINK REV="made" HREF="mailto:">
  7. </HEAD>
  8.  
  9. <BODY>
  10. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  11. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  12. <STRONG><P CLASS=block> Penguin::Easy -- provides easy access to Penguin module.</P></STRONG>
  13. </TD></TR>
  14. </TABLE>
  15.  
  16. <A NAME="__index__"></A>
  17. <!-- INDEX BEGIN -->
  18.  
  19. <UL>
  20.  
  21.     <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
  22.  
  23.     <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
  24.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  25.     <LI><A HREF="#notes">NOTES</A></LI>
  26. </UL>
  27. <!-- INDEX END -->
  28.  
  29. <HR>
  30. <P>
  31. <H1><A NAME="name">NAME</A></H1>
  32. <PRE>
  33.   Penguin::Easy -- provides easy access to Penguin module.</PRE>
  34. <P>
  35. <HR>
  36. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  37. <UL>
  38. <LI>Linux</LI>
  39. <LI>Solaris</LI>
  40. <LI>Windows</LI>
  41. </UL>
  42. <HR>
  43. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  44. <PRE>
  45.   use Penguin::Easy;
  46.   my $ep = new Penguin::Easy Title => 'Easy Program',
  47.                              Name => 'James Duncan',
  48.                              Sig => $my_pgp_sig,
  49.                              Code => $my_perl_code;
  50.   $results = $ep->run;
  51.   print "$results\n";</PRE>
  52. <P>
  53. <HR>
  54. <H1><A NAME="description">DESCRIPTION</A></H1>
  55. <P><CODE>Penguin::Easy</CODE> is an OO module, that provides quick-and-dirty access to the
  56. penguin module for those not wanting to learn the nittygrittys about it.  The
  57. <CODE>Easy</CODE> module provides transparent access to the <CODE>Penguin</CODE> module, even to
  58. the extent of deciding whether the Penguin code should be transparently wrapped,
  59. or PGP wrapped (if you include a sig in the call to the <CODE>new</CODE> method,  it
  60. will use PGP).</P>
  61. <P>
  62. <HR>
  63. <H1><A NAME="notes">NOTES</A></H1>
  64. <P>While writing this little module,  I've decided that <CODE>Wrapper</CODE> is perhaps one
  65. of the funniest words I have ever seen.  It has completly lost all meaning.</P>
  66. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  67. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  68. <STRONG><P CLASS=block> Penguin::Easy -- provides easy access to Penguin module.</P></STRONG>
  69. </TD></TR>
  70. </TABLE>
  71.  
  72. </BODY>
  73.  
  74. </HTML>
  75.