
Finnigan::CASInfo -- a decoder for autosampler data

use Finnigan; my $cas_info = Finnigan::CASInfo->decode(\*INPUT); $cas_info->dump;

CASInfo is a structure with uncertain purpose that contains a binary preamble with autosampler co-ordinates (CASInfoPreamble), followed by a text string. The text string is apparently a comment; in one instance where it was non-null, it contained this text: 384 Well Plate.
The constructor method
Get the Finnigan::CASInfoPreamble object


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.