7 lines
287 B
Text
7 lines
287 B
Text
|
Sometimes it's hard to work out where some printed output is coming
|
||
|
from. This module ties STDOUT and STDERR such that each call to print or
|
||
|
warn will have its output prefixed with the package, file and line of
|
||
|
the print or warn statement.
|
||
|
|
||
|
WWW: http://search.cpan.org/dist/Devel-Ditto/
|