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

NAME

Data::Grid::Types - Type library for Data::Grid

TYPES

So far these are only used in "parse" in Data::Grid and nowhere else.

FHlike

Either a filehandle or an instance of IO::Seekable.

Source

Anything that can be recognized as a data source.

Fields

An array reference of array references of strings to for row hash constructors for each table. Will coerce from a single array.

HeaderFlags

Similar idea, except for the flag that notifies of the existence of a header. Coerces from a single value.

Offsets

This is an array of offsets, which are non-negative integers.

Checker

COPYRIGHT & LICENSE

Copyright 2010-2018 Dorian Taylor.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.