NAME
Data::Seek::Data - Data::Seek Data Structure Container
VERSION
version 0.08
SYNOPSIS
use Data::Seek::Data;
DESCRIPTION
Data::Seek::Data is a class within Data::Seek which acts as a container for a data structure which is intended to be provided to Data::Seek::Search.
METHODS
decode
my $hash = $data->decode;
The decode method unflatten/unfolds the data structure returning a hash object.
encode
my $hash = $data->encode;
The encode method flatten/fold the data structure returning a hash object.
AUTHOR
Al Newkirk <anewkirk@ana.io>
COPYRIGHT AND LICENSE
This software is copyright (c) 2014 by Al Newkirk.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.