Help for this page

Select Code to Download


  1. or download this
    package Add;
    
    ...
    }
    
    1;
    
  2. or download this
    
    use strict;
    ...
    is($a->acc,3,"check accumulator equals 3");
    ok($a->add(3),"add 3 to accumulator");
    is($a->acc,6,"check if add equals 6");