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.?
thank u
Last edited by mulakerakha; 02-29-2008 at 04:13 PM.
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.?
;kksdha
Last edited by mulakerakha; 03-05-2008 at 06:41 AM.
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
sorry
Last edited by mulakerakha; 03-05-2008 at 06:40 AM.
There are currently 1 users browsing this thread. (0 members and 1 guests)