Yo...what up.....

I have wrote this perl program to automatically download a block of strings
specifically a public key.  I opted for cURL instead of lwp but may switch
as of yet.
My question is when I goto sign the new key I am prompted with as in red :


pub  1024D/886EC5AB  created: 2005-03-28 expires: 2005-11-16 trust: -/-
sub  2048g/5973E214  created: 2005-03-28 expires: 2005-11-16
(1). talxcorp11162005 <[EMAIL PROTECTED]>


pub  1024D/886EC5AB  created: 2005-03-28 expires: 2005-11-16 trust: -/-
 Primary key fingerprint: 782B 62F1 34B7 FC44 62E0  9208 F454 A76C 886E
C5AB

     talxcorp11162005 <[EMAIL PROTECTED]>

This key is due to expire on 2005-11-16.
Do you want your signature to expire at the same time? (Y/n) y

How carefully have you verified the key you are about to sign actually
belongs
to the person named above?  If you don't know what to answer, enter "0".

   (0) I will not answer. (default)
   (1) I have not checked at all.
   (2) I have done casual checking.
   (3) I have done very careful checking.

Your selection?  3

Really sign? y

You need a passphrase to unlock the secret key for
user: "OhioHealth IS (OhioHealth IS Peoplesoft UNIX Support
[EMAIL PROTECTED]"
1024-bit DSA key, ID 30B6905A, created 2004-04-07

Enter passphrase:  "password"


I am thinking expect could accomplish this, but can perl?
I tried using a HEREIS block and that did not work.

thank you,
derek


Derek B. Smith
OhioHealth IT
UNIX / TSM / EDM Teams



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to