Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    is( f(), 32, 'f() returns 32' );
    is( c(), 0, 'c() returns 0' );