in reply to Re: Using Crypt::RSA for data signing in perl
in thread Using Crypt::RSA for data signing in perl

Sorry that was a mistake while typing to post the question. In my code i am using closing bracket and semi colon.
  • Comment on Re^2: Using Crypt::RSA for data signing in perl

Replies are listed 'Best First'.
Re^3: Using Crypt::RSA for data signing in perl
by wrog (Friar) on Dec 04, 2014 at 07:43 UTC

    Note that it's actually okay for you to to edit your original question (and you may as well since otherwise we won't have much of a chance at being able to answer it). You should also include the full sequence of error messages you got, or at least the ones at the very beginning, since chances are those are the ones that will show what's actually going wrong.

    Clearly somthing is trying to read a key file or an encrypted file as perl code and failing utterly but without your actual code and your actual first error messages there's no way to tell what's going on.

      This is the whole code that i am trying to run. Actually my aim is to do signing of the data to be send on network. But at present this is the only code i am trying to run and this is the error it is throwing. The error mentioned is from the start and this is repeated again and again with similar messages till the last where different error message is coming.