Leo Charre > LEOCHARRE-Debug-1.03 > LEOCHARRE::Debug

Download:
LEOCHARRE-Debug-1.03.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1.03   Source  

NAME ^

LEOCHARRE::Debug - debug sub

SYNOPSIS ^

   use LEOCHARRE::Debug;

   debug('hey there');

   warnf '%s %s %s\n', 'this', 'is', 'a value';

SUBS ^

Exported.

debug()

Arg is one or more strings to output, prepended with sub name.

warnf()

Works like

   warn sprintf '', @args

CAVEATS ^

AUTHOR ^

Leo Charre leocharre at cpan dot org

LICENSE ^

This package is free software; you can redistribute it and/or modify it under the same terms as Perl itself, i.e., under the terms of the "Artistic License" or the "GNU General Public License".

DISCLAIMER ^

This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the "GNU General Public License" for more details.