The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Oracle::Trace::Header - Perl Module for parsing Oracle Trace Headers

SYNOPSIS

  use Oracle::Trace::Header;

  my $o_hdr = Oracle::Trace::Header->new($string)->parse;

  print "INSTANCE: ".$o_hdr->value('Instance_name');

DESCRIPTION

Module to parse Oracle Trace Headers.

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.