
Concurrent::Debug - Debug routine for Concurrent

use Concurrent::Debug qw(debug);
debug ("oops!");

The module provides support for the print method of debugging!

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

Vipul Ved Prakash, <mail@vipul.net>