Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

arhuman's scratchpad

by arhuman (Vicar)
on Jun 02, 2004 at 03:21 UTC ( [id://359092]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Crypt::OpenPGP::Cipher;
        my $cipher = Crypt::OpenPGP::Cipher->new($name);
    
        my $ct = $cipher->encrypt($plaintext);
        my $pt = $cipher->decrypt($ct);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (6)
As of 2024-03-28 15:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found