Help for this page

Select Code to Download


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