\n"; $cmd = "$gpgpath --keyserver ".quotemeta($config{'keyserver'}). " --send-key ".quotemeta($key->{'key'}); $out = &backquote_command("$cmd 2>&1"); if ($?) { print "
",&text('send_failed', "
$out
\n"; } else { print "
$text{'send_success'}
\n"; } &ui_print_footer("list_keys.cgi", $text{'keys_return'}, "", $text{'index_return'});