|
| Author |
Message |
Cheater Senior Member

Joined: 10 Jun 2005 Posts: 236
  
|
Posted: Wed Jun 15, 2005 12:45 pm Post subject: Please delete this post |
|
|
| Delete this Post please. I solved the problem I was having |
|
| Back to top |
|
 |
eric256 The Keymaker

Joined: 03 May 2006 Posts: 2292 Location: Colorado
     
|
Posted: Wed Jun 15, 2005 2:19 pm Post subject: |
|
|
For starters you should probably include the entire error. At least when i run perl -c the first error is
| Code: | Number found where operator expected at test.pl line 68, near "elsif ($msg eq "5
"
(Might be a runaway multi-line "" string starting on line 66) |
Maybe it is different on yours but i don't know why that would be the case. Either way you need to learn to read the error. Read all of that. What does it say? Might be a runaway multi-line "" string. This tells you that you want to look for somewhere you started a string but forgot to end it. It also tells you where to start looking. So go look around there for a missing " at the end of a line and you will find your problem. _________________ Eric256
Proud previous owner and current admin of Bot-depot.com |
|
| Back to top |
|
 |
Cheater Senior Member

Joined: 10 Jun 2005 Posts: 236
  
|
Posted: Wed Jun 15, 2005 3:31 pm Post subject: |
|
|
| That's stange, I thought there were no replies to this when I edited my post. Either way, this thread can be deleted. I figured it out. |
|
| Back to top |
|
 |
Cer Upgraded Agent

Joined: 03 Feb 2004 Posts: 3776 Location: Michigan
  votes: 4
|
Posted: Wed Jun 15, 2005 3:39 pm Post subject: |
|
|
| Cheater wrote: | | That's stange, I thought there were no replies to this when I edited my post. Either way, this thread can be deleted. I figured it out. |
You should never undo your post even after you figure out the problem (even if you realize it was a stupid error and you figured it out yourself). Others might have the same problem you did, and now they don't know what your problem was or how to fix it. So you should keep things like that around anyway. |
|
| Back to top |
|
 |
Cheater Senior Member

Joined: 10 Jun 2005 Posts: 236
  
|
Posted: Wed Jun 15, 2005 3:44 pm Post subject: |
|
|
| If it is a mistake that I feel people could have, I usually do. But this one was mainly just a few careless errors in my coding (forgetting quotes) |
|
| Back to top |
|
 |
eric256 The Keymaker

Joined: 03 May 2006 Posts: 2292 Location: Colorado
     
|
Posted: Thu Jun 16, 2005 2:04 pm Post subject: |
|
|
That is still an error others might get and not know where to look. This empty post makes you look worse than the error, and now it will just sit here like this. Please do not delete post content in the future. _________________ Eric256
Proud previous owner and current admin of Bot-depot.com |
|
| Back to top |
|
 |
|