krishnalolla has asked for the wisdom of the Perl Monks concerning the following question:

I am new to perl Programming. I want to solve a puzzle by the language of perl.I have published a web page containing a puzzle which is given with help of php script.The puzzle have 9 x 9 Matrix.it is like sudoku.in that i had store the variable which entered by user. finding the remaining values of variables is my problem.In the rows or columns a number must be unique and won't be repeat.like that i want to arrange the all the numbers(1-9)in the 9 x 9 matrix.for this i used so many loops and arrays but i feel that it is waste of time .So this is Right place to ask this question please help me.

Replies are listed 'Best First'.
Re: Solving the puzzle
by GrandFather (Saint) on Jun 28, 2010 at 06:41 UTC

    Yes, this is the right place to ask. however we expect you to show us the code you have tried and tell us what you are having trouble with. You should try to get your code into a form where it runs without needing anything external like files or a web server! You should use just enough sample data to demonstrate your problem and you should tell us what effect the data has and what you expected.

    True laziness is hard work
Re: Solving the puzzle
by Ratazong (Monsignor) on Jun 28, 2010 at 06:38 UTC
    A reply falls below the community's threshold of quality. You may see it by logging in.