Help for this page
use Test::More tests => 2; ok 1, '1 is True'; ok 0, '0 is also True'; # will fail
1..2 ok 1 - 1 is True ... # Failed test '0 is also True' # at foo.t line 3. # Looks like you failed 1 test of 2.