Forum: Python Apr 15th, 2009 |
| Replies: 2 Views: 271 hi
I want to write this code in do while or if else, or any other way except for loop. here is the code
for i in range(65,90):
for j in range(65,90):
for k in range(65,90): ... |
Forum: Perl Dec 3rd, 2008 |
| Replies: 11 Views: 1,144 Hi, I am new in this forum and perl as well. I have a question. I have a form with 3 fields name, phone number and email address. now if any user put the wrong data in any one or more field, I just... |