Re: creating multiple threads in perl

[email protected] (Rob Dixon)
Newsgroups perl.beginners
Message-ID <[email protected]>
perl pra wrote:
> 
> I need to create "n" mulitple threads simaltaneously  and all the threads
> should do same operation(just like Jmeter).
> 
> 
> i have a subroutine
> 
> sub printname{
> 
>                       my ($tid)=@_;
> 
>                       print "name is guru tid is $tid\n";
> 
> }
> 
> 
> 
> all the threads should execute the above subroutine simaltaneoulsy.

And what is your question?

Rob
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.