in reply to Unable to get any decrypted output from $gpg->verify

The quote marks here look wrong, for a start:

$gpg->verify("\@encryptedFileArray");

Try:

$gpg->verify( \@encryptedFileArray );

Replies are listed 'Best First'.
Re^2: Unable to get any decrypted output from $gpg->verify
by xuo (Acolyte) on Aug 14, 2023 at 12:53 UTC
    Hello,

    I had already tested this syntax and it works the same way.

    Regards.

    Xuo.