Vipul Ved Prakash > Concurrent-Object-1.07 > Concurrent::Debug

Download:
Concurrent-Object-1.07.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

Concurrent::Debug - Debug routine for Concurrent

SYNOPSIS ^

    use Concurrent::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>