The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
fatal

Die with a message

        $o_util->fatal($msg);
error

Warn with a message

        $o_util->warn($msg);
debug

Exude a debugging message.

        $o_util->debug($msg) if $DEBUG >= 2;

NAME

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

SYNOPSIS

        use Oracle::Trace::Utils;

        @ISA = qw(Oracle::Trace::Utils);

        $o_obj->debug($message);        

DESCRIPTION

Module for Oracle Trace Utils.

EXPORT

None by default.

SEE ALSO

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

AUTHOR

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

COPYRIGHT AND LICENSE

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.

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 15:

'=item' outside of any '=over'

Around line 58:

You forgot a '=back' before '=head1'