Re: creating multiple threads in perl

2008-05-28 Thread Rob Dixon
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)[EMAIL PROTECTED]; > > print "name is guru tid is $

Re: creating multiple threads in perl

2008-05-28 Thread Chas. Owens
On Wed, May 28, 2008 at 7:53 AM, perl pra <[EMAIL PROTECTED]> wrote: > Hi gurus, > > 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)[EMAIL PROTECTE