Madhu Reddy wrote:

>> > -----
>> 
>> if you do perl -V, do you see a line that looks
>> like:
>> 
>> usethreads=define use5005threads=undef
>> useithreads=define
>> usemultiplicity=define
>> 
>> 
> 
> NO, I didn't see that one...
> 
> following is my perl -v output

actually can you try:

perl -V

with the capital V (not the small v) and see if you see a line similar to 
the above? I can't duplicate your problem in my Linux box with 5.8. I 
suspect the error is Windos specific (especially the error is coming from 
Windos in that error box). if that's the case, you can rewrite your 
application to be a multi-process application which might be easier for you 
to understand.

david

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to