
Finnigan::CASInfoPreamble -- a decoder for CASInfoPreamble, a numeric autosampler descriptor

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

CASInfoPreamble is a fixed-length structure with some unknown data about the autosampler. It is a component of [CASInfo], which consists of this numeric descriptor and a text string following it.
The constructor method


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.