> From: y2k_sonu <[EMAIL PROTECTED]> > Subject: [twincling] Threading in Perl > Sent: 18 Apr '07 21:16 > > Hi all, > > is threading possible in Perl? > Did anybody explored it anytime ? > I need to run few parallel tasks, i can't run & wait till one completes. > whats your thoughts on this? > > Thanks > Sumit >
Take a look at http://perldoc.perl.org/threads.html thanks Saifi.

