Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core > by-pkgid > 313cf37fafec6fbb532ecadffe07e3cf

perl-Log-TraceMessages-1.4-alt1.noarch.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>

Sources packages:

Other version of this rpm: