NAME

Oracle::Trace::Footer - Perl Module for parsing Oracle Trace Footers

SYNOPSIS

use Oracle::Trace::Footer;

my $o_ftr = Oracle::Trace::Footer->new($string)->parse;

print "Footer info: ".join("\n", $o_ftr->statement;

DESCRIPTION

Module to parse Oracle Trace Footers.

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.