Help for this page

Select Code to Download


  1. or download this
    use threads::shared;
    ...
    ...
        lock $sem;
        print ...;
    }
    
  2. or download this
    use threads::shared;
    
    ...
    ...
    
    else twarnf( "%u %s\n", $this, $that );