Help for this page

Select Code to Download


  1. or download this
    die "ASSERT( $row, $col )" unless Crd2Index( $row, $col ) < Squared;
    
  2. or download this
    use Carp::Assert;
    
    ...
    
    assert(Crd2Index( $row, $col ) < Squared, 
           "Crd2Index( $row, $col ) < Squared") if DEBUG;