Posted on 2008-03-31 08:30:37-07 by dota
how to run a proc at background ?
for example: proc a {} { ... } proc b {} { puts "step 1" a puts "step 2" } Is there a way to run proc a at background ?
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.