Data::Range::Compare::Cookbook - Tutorials and Recipes
This Data::Range::Compare Cookbook shows various solutions to common range
manipulation problems.
- Data::Range::Compare::Cookbook::Recipe_a_to_z - the "a to z"
example
- This recipe is a basic tutorial on how to use the Data::Range::Compare
framework to manipulate ranges using a .. z as the range example.
- Data::Range::Compare::Cookbook::Recipe_subclass_a_to_z - subclassing
"a to z"
- This recipe builds on Data::Range::Compare::Cookbook::Recipe_a_to_z and
demonstrates how to subclass Data::Range::Compare in a new module and
provides a demo script explaining how to use the new module.
- Data::Range::Compare::Cookbook::Instance_and_Constants - Look inside the
instance
- This recipe explains how to extend an instance of Data::Range::Compare in
a module that sublclasses it.
- Data::Range::Compare::Cookbook::Recipe_DateTime - DateTime Range
HOWTO
- This recipe explains how to manipulate DateTime ranges.
Copyright 2010 Michael Shipper. All rights reserved.
This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.