NAME
Oracle::Trace::Header - Perl Module for parsing Oracle Trace Headers
SYNOPSIS
my
$o_hdr
= Oracle::Trace::Header->new(
$string
)->parse;
"INSTANCE: "
.
$o_hdr
->value(
'Instance_name'
);
DESCRIPTION
Module to parse Oracle Trace Headers.
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.