The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Data::Presenter::Combo

VERSION

This document refers to version 1.0 of Data::Presenter::Combo, released December 24, 2005.

DESCRIPTION

This package is a subclass of, and inherits from, Data::Presenter. Please see the Data::Presenter documentation to learn how to use Data::Presenter::Combo.

AUTHOR

James E. Keenan (jkeenan@cpan.org).

Creation date: October 25, 2001. Last modification date: December 24, 2005. Copyright (c) 2001-4 James E. Keenan. United States. All rights reserved.

All data presented in this documentation or in the sample files in the archive accompanying this documentation are dummy copy. The data was entirely fabricated by the author for heuristic purposes. Any resemblance to any person, living or dead, is coincidental.

This is free software which you may distribute under the same terms as Perl itself.

# Note 12/4/2005: I can build these two hashes up here, but I don't know what # to do with them yet. They cannot currently be passed to # $self->_merge_engine(), and the Data::Presenter constructor is going to # rebuild them after $self->_init() has run.

# But they may be useful in solving the # problem of getting the right null value in Intersect or Union. # Suppose the fully merged object's hash is $data and a given record is $key. # $data{$key} = [ $alpha, $beta, ..., $omega ]; # The sort type for the ith element index in that array is: # $sort_type = $newbasefp{$newbasefields[$i]}[2];