
Math::FractionDemo - Math::Fraction demo script (v.51b, Beta Release)

perl -e "use Math::FractionDemo; frac_calc;"

This is nothing but a simple perl "calculator" and demo script.
A simple perl "calculator" for trying out the Math::Fraction package.
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 specified.
This script can also be run from frac_calc.


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.