From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

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

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

DESCRIPTION

Module for Oracle Trace Utils.

EXPORT

None by default.

SEE ALSO

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'