Help for this page

Select Code to Download


  1. or download this
    use 5.010;
    use strict;
    ...
    is(  Foo->add_xyz(100), 223, 'method works properly' );
    
    done_testing;