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
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 issues that I should be aware w/ thes