+ Reply to Thread
Results 1 to 5 of 5

Thread: Check this program where i am mistaking.

  1. #1
    Newbie mulakerakha is an unknown quantity at this point
    Join Date
    Feb 2008
    Posts
    3

    Check this program where i am mistaking.

    thank u
    Last edited by mulakerakha; 02-29-2008 at 04:13 PM.

  2. #2
    Retired v0id is a glorious beacon of light v0id is a glorious beacon of light v0id is a glorious beacon of light v0id is a glorious beacon of light v0id is a glorious beacon of light v0id is a glorious beacon of light
    Join Date
    Apr 2007
    Posts
    2,942
    Blog Entries
    3
    Please use the code-tags in the future.

    You should probably give some more details about what's failing in your script. Is the results wrong; do you get syntax-errors; won't it run; etc.?

  3. #3
    Newbie mulakerakha is an unknown quantity at this point
    Join Date
    Feb 2008
    Posts
    3

    Lightbulb

    ;kksdha
    Last edited by mulakerakha; 03-05-2008 at 06:41 AM.

  4. #4
    Programmer KevinADC is an unknown quantity at this point
    Join Date
    Jan 2007
    Posts
    125
    Are you blind like me?

    if (test0 < 1)

    Well, even though I am blind I can see that "test0" is not a scalar, and you have that same mistake elsewhere in your script (test).

    use the warnings pragma with all your perl scripts:

    use warnings;

    it would have alerted you to these mistakes

  5. #5
    Newbie mulakerakha is an unknown quantity at this point
    Join Date
    Feb 2008
    Posts
    3

    Unhappy Error checking problem

    sorry
    Last edited by mulakerakha; 03-05-2008 at 06:40 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Unique & Complex Sorting Program
    By ryan.devani in forum C and C++
    Replies: 3
    Last Post: 01-17-2008, 10:28 AM
  2. Help with Square root and calculator program!!!
    By 123456789asdf in forum C and C++
    Replies: 10
    Last Post: 12-02-2007, 02:35 PM
  3. How do I Program another Program? !
    By bosco in forum General Programming
    Replies: 1
    Last Post: 06-15-2007, 08:15 AM