Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Sudoku generator

by Arunbear (Prior)
on Aug 05, 2005 at 09:28 UTC ( [id://481151]=note: print w/replies, xml ) Need Help??

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;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://481151]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (6)
As of 2024-04-19 20:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found