RAHUL SHARMA wrote:

> Can anyone please help me if I can use threads in perl;
>
> If yes then what all library files I have to include.
>
> Thanks,
>
> Rahul.

Perl supports threads, but it's not mature technology yet. You may need
to compile your own version of Perl as the default install doesn't
support threads. Have you considered using fork() instead?



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

Reply via email to