sub new {
my $class = shift;
my $self;
if (@_ >= 2) {
return if $_[0] =~ /\D/
or $_[1] =~ /\D/;
$self->{num} = $_[0];
$self->{den} = $_[1];
[Title Page]
[TOC]
[Prev]
[Next]
Page 10 of 31