Re: Stupid Problem

Hi,

your code is fine, it blocks at sThread.join (as you would expect it to
do).
put a

$stdout.sync = true

at the top if you would like to see the output before the program
terminates.

cheers

Simon