Help for this page
use strict; use warnings; ... is( f(), 32, 'f() returns 32' ); is( c(), 0, 'c() returns 0' );