Die with a message
$o_util->fatal($msg);
Warn with a message
$o_util->warn($msg);
Exude a debugging message.
$o_util->debug($msg) if $DEBUG >= 2;

Oracle::Trace::Utils - Perl Module for Oracle Trace Utilities

use Oracle::Trace::Utils;
@ISA = qw(Oracle::Trace::Utils);
$o_obj->debug($message);

Module for Oracle Trace Utils.
None by default.

http://www.rfi.net/oracle/trace/

Richard Foley, <oracle.trace@rfi.net>

Copyright (C) 2003 by Richard Foley
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.1 or, at your option, any later version of Perl 5 you may have available.