Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print $orange->Add (1)."\n";
    print $apple->Add (5)."\n";
    print $orange->Add (1)."\n";
    
  2. or download this
    1 apple
    4 apples
    1 orange
    9 apples
    2 oranges