You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If anyone is interested, I plan to contribute to this repository:
Simple(r) sample code showing encryption and decryption (file-based).
Information on how to detect errors when using this package.
On #2: my short answer is to check the PERL global variable $? after execution (after the "waitpid" command). If nonzero then there was an error and the ERROR and STATUS handles can be used to get more information.
Should I do a PULL request and then createa new folder/directory called 'Examples'?
The text was updated successfully, but these errors were encountered:
If anyone is interested, I plan to contribute to this repository:
On #2: my short answer is to check the PERL global variable $? after execution (after the "waitpid" command). If nonzero then there was an error and the ERROR and STATUS handles can be used to get more information.
Should I do a PULL request and then createa new folder/directory called 'Examples'?
The text was updated successfully, but these errors were encountered: