Help for this page
use strict; use warnings; ... my $else = foo($d, 0); # uses else branch is($if, $else, 'they are the same');