Nevermind...

$pgp_comand = "$pgp_path -r \"$pgp_public_key_user_id\" -at -o $output_file
>/dev/null

creates the unwanted output, and

$pgp_comand = "$pgp_path -r \"$pgp_public_key_user_id\" -at > $output_file

Does not.

Any ideas?

Randy

-----Original Message-----
From: Randy Higginbotham [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 20, 2001 11:39 AM
To: [EMAIL PROTECTED]
Subject: getting output to stdout and browser not wanted


When I do the following from a modified version of Matt Wright's FormMail.pl
script:

close (PGPCOMMAND);

I get the following output to stdout and the browser window that I don't
want:

Creating output file <fills_in_the_file_name>

Anyone know how to turn this off?


Thanks

Randal Newby



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to