Tuesday, April 16, 2002, 4:07:02 PM, William X Walsh wrote:
> I have a set of data, that needs to be GPG signed before sending the > data to a remote server. > Has anyone already done something like this in PHP, that I could use > for reference? If this is not possible, I have written a perl script using GPG::Interface to sign the text, and return the signed text. I presume I can use passthru to call this script, but is there a way to pass the multi-line text to the perl script using stdin rather than being forced to write out a file and import the file into the perl script? All the examples I've found write out the data to a file, and then have the called program read in the file, I'd prefer to just pass it on STDIN if possible. -- Best regards, William X Walsh <[EMAIL PROTECTED]> -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php