Help for this page

Select Code to Download


  1. or download this
    sub frob_file {
        my $frobbable_filename = shift;
    ...
    
        ... frob file ...
    }
    
  2. or download this
    sub zap_the_thing {
        my $t = shift;
    ...
    
        zap_files(@files_to_zap);
    }
    
  3. or download this
    # ?NEED GOOD NAME?
    # If a group (Row, Col, Blk) has only one slot for a particular value,
    # solve that cell.
    sub solve_v_in_only_one_cell_in_R_C_B {
        my ($self, $GEN) = @_;