Help for this page

Select Code to Download


  1. or download this
    ok( foo(), 10, 'foo() should return value of $bar' );
    
    my $bar = 10;
    sub foo { return $bar }