Help for this page

Select Code to Download


  1. or download this
    sub f {
    my($s,$t)=@_;$t?$$t{d}eq$s?$t:f($s,$$t{l})||f($s,$$t{r}):0
    }
    
  2. or download this
    $t = {
        d => 'd',
    ...
    
    test('e',$t);
    test('O',$t);