| Concurrent-Object documentation | view source | Contained in the Concurrent-Object distribution. |
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>
| Concurrent-Object documentation | view source | Contained in the Concurrent-Object distribution. |