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 Ben-S

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 a

RE: Open3

2002-04-03 Thread Vuillemot, Ward W
mands. 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:

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 h

RE: Open3

2002-04-09 Thread Vuillemot, Ward W
: -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

2002-04-11 Thread Vuillemot, Ward W
Anyone familar with the following 2 errors? They are related to each other. Any clues appreciated. [error] open3: Can't call method "close" on an undefined value at C:/Perl/lib/IPC/Open3.pm line 327, <_GEN_0> line 154. [error] [client 127.0.0.1] [libapreq] remove error on 'C:\WINNT\TEMP\apreq15'

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