Blosxom-Debug

 view release on metacpan or  search on metacpan

Debug.pm  view on Meta::CPAN


Note that your debug statements therefore must be valid perl, since they
actually are executed as normal.

To actually hide debug statements from Blosxom::Debug, you must comment them
out with more than one hash e.g.

    ## debug(1, "This message is hidden, no matter what the debug_level");


=head1 BUGS AND LIMITATIONS

Commented-out debug() lines must currently occur at the beginning of a line
i.e. you can't do things like:

    $foo = 1;    # debug(1, "setting \$foo");


=head1 SEE ALSO

Blosxom: http://blosxom.sourceforge.net/



( run in 0.419 second using v1.01-cache-2.11-cpan-4d50c553e7e )