fractiondemo(3)
NAME
Math::FractionDemo - Math::Fraction demo script (v.51b,
Beta Release)
SYNOPSIS
"perl -e "use Math::FractionDemo; frac_calc;""
DESCRIPTION
This is nothing but a simple perl "calculator" and demo
script.
Functions
- frac_calc
- A simple perl "calculator" for trying out the
Math::Fraction package. - frac_demo [OUTPUT] [,INDENT]
- A simple demo script. OUTPUT will default to STDOUT
unless otherwise specified. If OUTPUT is STDOUT it
will run interactivly otehrwsise it will dump the
results to the OUTPUT file stream. - INDENT controles how many spaces each line is
indented. INDENT defaults to 0 unless otherwise spec
ified. - This script can also be run from frac_calc.
SEE ALSO
Math::Fraction, perl(1p)
AUTHOR and COPYRIGHT
Kevin Atkinson, kevina@clark.net
- Copyright (c) 1997 Kevin Atkinson. All rights reserved.
This program is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.