
Finnigan::Error -- a decoder for Error, an error log record

use Finnigan; my $entry = Finnigan::Error->decode(\*INPUT); say $entry->time; say $entry->message;

Error is a varibale-length structure containing timestamped error messages. It implicitly links an error message to a scan using the retention time.
The constructor method
Get the entry's timestamp (retention time)
Get the text message


Gene Selkov, <selkovjr@gmail.com>

Copyright (C) 2010 by Gene Selkov
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.