Return the values from the hash referenced by the type and key given, with optional value or index.
@vals = $o_chk->values('type' => 'PARSE #\d+', 'key' => 'dep', 'value' => '0');
Return a total of the elapsed times for this Entry.
my $elapsed = $o_ent->elapsed;
Synonmy for statistics()

Oracle::Trace::Entry - Perl Module for parsing Oracle Trace Entries

use Oracle::Trace::Entry;
my $o_ent = Oracle::Trace::Entry->new($string)->parse;
print "Statement: ".join("\n", $o_ent->statement);

Module to parse Oracle Trace Entries.
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.