Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > by-pkgid > 01acfe211183736a0c841bdfebf558f5

perl-Log-TraceMessages-1.4-alt1.src.rpm

Description:

Log::TraceMessages

This module is a better way of putting 'hello there' trace messages in
your code. It lets you turn tracing on and off without commenting out
trace statements, and provides other useful things like HTML-ified
trace messages for CGI scripts and an easy way to trace out data
structures using Data::Dumper.

From the pod documentation:

use Log::TraceMessages qw(t d);
$Log::TraceMessages::On = 1;
t 'got to here';
t 'value of $a is ' . d($a);
{
local $Log::TraceMessages::On = 0;
t 'this message will not be printed';
}


$Log::TraceMessages::CGI = 1;


Log::TraceMessages::check_argv();

This is free software and you may distribute it under the same terms
as perl itself. There is no warranty.

Authors:
--------
Ed Avis <ed@membled.com>

Generated packages:

Other version of this rpm: