RE: Open3

2002-04-09 Thread Vuillemot, Ward W
: : To: Elizabeth Mattijsen : : Cc: [EMAIL PROTECTED] : : Subject: Re: Open3 : : : : : : Elizabeth Mattijsen wrote: : : : : At 01:44 PM 4/3/02 -0800, Rasoul Hajikhani wrote: : : Hello folks, : : I am writing a web

Re: Open3

2002-04-05 Thread Lupe Christoph
In local.modperl you write: I have asked this question before, and received answers that have helped me in quest. However, my problem persists. So I would like to direct this question to those who have used gpg, and open3. I am having trouble writing to stdin when an apache thread calls open3.

Re: Open3

2002-04-05 Thread Ron Savage
On Wed, 03 Apr 2002 13:54:09 -0800, Rasoul Hajikhani wrote: Elizabeth Mattijsen wrote: At 01:44 PM 4/3/02 -0800, Rasoul Hajikhani wrote: Hello folks, I am writing a web based interface to gpg and am using IPC::Open3 Try IPC::Run -- Cheers Ron Savage, [EMAIL PROTECTED] on 06/04/2002

Re: Open3

2002-04-03 Thread Elizabeth Mattijsen
At 01:44 PM 4/3/02 -0800, Rasoul Hajikhani wrote: Hello folks, I am writing a web based interface to gpg and am using IPC::Open3 and IO::Select to manage STDIN, STDOUT and STDERR handles. But, I can not get stdin to work properly. Here is my code: I am using perl 5.053 and Apache/1.3.14

Re: Open3

2002-04-03 Thread Rasoul Hajikhani
Elizabeth Mattijsen wrote: At 01:44 PM 4/3/02 -0800, Rasoul Hajikhani wrote: Hello folks, I am writing a web based interface to gpg and am using IPC::Open3 and IO::Select to manage STDIN, STDOUT and STDERR handles. But, I can not get stdin to work properly. Here is my code: I am using

RE: Open3

2002-04-03 Thread Vuillemot, Ward W
. Or is there an alternative method I might explore? thanks! Ward : -Original Message- : From: Rasoul Hajikhani [mailto:[EMAIL PROTECTED]] : Sent: Wednesday, April 03, 2002 1:54 PM : To: Elizabeth Mattijsen : Cc: [EMAIL PROTECTED] : Subject: Re: Open3

Re: open3 and mod_perl

2002-03-13 Thread Geoffrey Young
Rasoul Hajikhani wrote: Hello folks, I am writing a web interface for the GPGP module that would allow users to create a new public and private key and adds them to the corporate key ring. I will be useing IPC::Open3 and IO::Select to control stdin and stdout of GPGP. Are there any