Richard Foley > Oracle-Trace > Oracle::Trace::Utils

Download:
Oracle-Trace-1.06.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  0
View Bugs
Report a bug
Module Version: 1.03   Source  
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.