|
||||||
| Perl Discussion for the PERL language - Practical Extraction and Reporting Language, is a programming language often used for creating CGI programs. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
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 |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unique & Complex Sorting Program | ryan.devani | C and C++ | 3 | 01-17-2008 12:28 PM |
| Help with Square root and calculator program!!! | 123456789asdf | C and C++ | 10 | 12-02-2007 04:35 PM |
| How do I Program another Program? ! | bosco | General Programming | 1 | 06-15-2007 11:15 AM |