1Crypt::RSA::Debug(3)  User Contributed Perl Documentation Crypt::RSA::Debug(3)
2
3
4

NAME

6       Crypt::RSA::Debug - Debug routine for Crypt::RSA.
7

SYNOPSIS

9           use Crypt::RSA::Debug qw(debug);
10           debug ("oops!");
11

DESCRIPTION

13       The module provides support for the print method of debugging!
14

FUNCTION

16       debug String
17           Prints String on STDOUT, along with caller's function name and line
18           number.
19
20       debuglevel Integer
21           Sets the class data debuglevel to specified value. The value
22           defaults to 0. Callers can use the debuglevel facility by comparing
23           $Crypt::RSA::DEBUG to the desired debug level before generating a
24           debug statement.
25

AUTHOR

27       Vipul Ved Prakash, <mail@vipul.net>
28
29
30
31perl v5.34.0                      2022-01-21              Crypt::RSA::Debug(3)
Impressum