home *** CD-ROM | disk | FTP | other *** search
-
- <HTML>
- <HEAD>
- <TITLE>Penguin::Easy -- provides easy access to Penguin module.</TITLE>
- <LINK REL="stylesheet" HREF="../../../Active.css" TYPE="text/css">
- <LINK REV="made" HREF="mailto:">
- </HEAD>
-
- <BODY>
- <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
- <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
- <STRONG><P CLASS=block> Penguin::Easy -- provides easy access to Penguin module.</P></STRONG>
- </TD></TR>
- </TABLE>
-
- <A NAME="__index__"></A>
- <!-- INDEX BEGIN -->
-
- <UL>
-
- <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
-
- <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
- <LI><A HREF="#description">DESCRIPTION</A></LI>
- <LI><A HREF="#notes">NOTES</A></LI>
- </UL>
- <!-- INDEX END -->
-
- <HR>
- <P>
- <H1><A NAME="name">NAME</A></H1>
- <PRE>
- Penguin::Easy -- provides easy access to Penguin module.</PRE>
- <P>
- <HR>
- <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
- <UL>
- <LI>Linux</LI>
- <LI>Solaris</LI>
- <LI>Windows</LI>
- </UL>
- <HR>
- <H1><A NAME="synopsis">SYNOPSIS</A></H1>
- <PRE>
- 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";</PRE>
- <P>
- <HR>
- <H1><A NAME="description">DESCRIPTION</A></H1>
- <P><CODE>Penguin::Easy</CODE> 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
- <CODE>Easy</CODE> module provides transparent access to the <CODE>Penguin</CODE> 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 <CODE>new</CODE> method, it
- will use PGP).</P>
- <P>
- <HR>
- <H1><A NAME="notes">NOTES</A></H1>
- <P>While writing this little module, I've decided that <CODE>Wrapper</CODE> is perhaps one
- of the funniest words I have ever seen. It has completly lost all meaning.</P>
- <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
- <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
- <STRONG><P CLASS=block> Penguin::Easy -- provides easy access to Penguin module.</P></STRONG>
- </TD></TR>
- </TABLE>
-
- </BODY>
-
- </HTML>
-