Concurrent::Debug - Debug routine for Concurrent


Concurrent-Object documentation  | view source Contained in the Concurrent-Object distribution.

Index


NAME

Top

Concurrent::Debug - Debug routine for Concurrent

SYNOPSIS

Top

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

AUTHOR

Top

Vipul Ved Prakash, <mail@vipul.net>


Concurrent-Object documentation  | view source Contained in the Concurrent-Object distribution.