Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
          }
       };
    }
    
  2. or download this
    my $regs;
    
    ...
       [ 0, 1, 0 ],
       [ 1, 0, 0 ],
    ];
    
  3. or download this
    my $iter = find_paths($tree, $regs, 3,0,0);
    
    ...
       }
       print("\n");
    }