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


NAME

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


SYNOPSIS

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


DESCRIPTION

The module provides support for the print method of debugging!


FUNCTION

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


AUTHOR

Vipul Ved Prakash, <mail@vipul.net>

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