in reply to GnuPG::Interface encryption

Maybe try adding a few print or warn statements so you can see how far it makes it through the script. Should at least help isolate the prolem area.

cheers,

J

Replies are listed 'Best First'.
Re: Re: GnuPG::Interface encryption
by naChoZ (Curate) on Jun 03, 2003 at 13:28 UTC
    I tried this to isolate where it's breaking and it's definitely this line:

    print $input @original_plaintext;

    I don't really understand how the IO stuff works, I'm just trying to follow the docs. Any idea why this would bomb?

    ~~
    naChoZ