Help for this page

Select Code to Download


  1. or download this
     {
       my $test_name = "rect_probe";
    ...
       my $spot = $bf->rect_probe;
       is_deeply( $spot, [ 0, 0 ], "Testing $test_name: found rectangle");
    }