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


Crypt-RSA documentation  | view source Contained in the Crypt-RSA distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

The module provides support for the print method of debugging!

FUNCTION

Top

debug String

Prints String on STDOUT, along with caller's function name and line number.

debuglevel Integer

Sets the class data debuglevel to specified value. The value defaults to 0. Callers can use the debuglevel facility by comparing $Crypt::RSA::DEBUG to the desired debug level before generating a debug statement.

AUTHOR

Top

Vipul Ved Prakash, <mail@vipul.net>


Crypt-RSA documentation  | view source Contained in the Crypt-RSA distribution.