The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
values

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');
elapsed

Return a total of the elapsed times for this Entry.

        my $elapsed = $o_ent->elapsed;
stats

Synonmy for statistics()

NAME

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

SYNOPSIS

  use Oracle::Trace::Entry;

  my $o_ent = Oracle::Trace::Entry->new($string)->parse;

  print "Statement: ".join("\n", $o_ent->statement);

DESCRIPTION

Module to parse Oracle Trace Entries.

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 57:

'=item' outside of any '=over'

Around line 150:

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