NAME
Tie::BoundedInteger - Limit the magnitude of a number in a scalar
SYNOPSIS
use v5.10.1;
use Tie::BoundedInteger;
tie my $bounded, 'Tie::BoundedInteger', $min, $max;
DESCRIPTION
You use Tie::BoundedInteger
limits the magnitude of a scalar by using the tie
mechanism. This is mostly a demonstration module that shows how tie
works.
SOURCE AVAILABILITY
This module is on Github:
https://github.com/briandfoy/tie-boundedinteger
AUTHOR
brian d foy, <bdfoy@cpan.org>
COPYRIGHT AND LICENSE
Copyright © 2005-2018, brian d foy <bdfoy@cpan.org>. All rights reserved. This software is available under the terms of the Artistic License 2.0.