Closed Thread
Results 1 to 5 of 5

Thread: Check this program where i am mistaking.

  1. #1
    mulakerakha is offline Newbie
    Join Date
    Feb 2008
    Posts
    3
    Rep Power
    0

    Check this program where i am mistaking.

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

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    v0id is offline Retired
    Join Date
    Apr 2007
    Posts
    2,937
    Blog Entries
    3
    Rep Power
    42
    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.?

  4. #3
    mulakerakha is offline Newbie
    Join Date
    Feb 2008
    Posts
    3
    Rep Power
    0

    Lightbulb

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

  5. #4
    KevinADC is offline Programmer
    Join Date
    Jan 2007
    Posts
    125
    Rep Power
    0
    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

  6. #5
    mulakerakha is offline Newbie
    Join Date
    Feb 2008
    Posts
    3
    Rep Power
    0

    Unhappy Error checking problem

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

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Make the Program Check Later after done Executing
    By UnknownKnowledge in forum Visual Basic Programming
    Replies: 1
    Last Post: 07-18-2011, 06:08 PM
  2. Check this out!
    By Scott in forum The Lounge
    Replies: 7
    Last Post: 05-09-2010, 10:03 AM
  3. Could someone check this?
    By Alex_j in forum C# Programming
    Replies: 1
    Last Post: 05-05-2010, 12:40 PM
  4. How to check if a check box has changed?
    By Peckerfish in forum C# Programming
    Replies: 2
    Last Post: 05-24-2009, 02:22 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts