Subject: | Example Code in Documentation |
--------
$gnupg->options->hash_init( armor => 1,
recipients => [ 'ftobin@uiuc.edu',
'0xABCD1234' ],
meta_interactive( 0 ),
);
--------
meta_interactive in this case should be listed as:
--------
meta_interactive => 0
--------
otherwise you can use:
---------
$gnupg->options->meta_interactive(0);
---------
outside of the hash_init