Help for this page

Select Code to Download


  1. or download this
    foreach $thread (keys %threads) 
    {
      print "thread=$thread, values are ". @{$threads($thread)}."\n ";
    }