Help for this page

Select Code to Download


  1. or download this
    use Number::Fraction;
    package Number::Fraction::Foo;
    ...
        Number::Fraction::add('1/4', '1/4', '') called at D:\Temp\nf.pl li
    +ne 15
    1/2
    1/2
    
  2. or download this
    use Number::FractionP;
    package Number::FractionP::Foo;
    ...
    1/2
    1/2
    1/2