Help for this page

Select Code to Download


  1. or download this
    use threads;
    use threads::shared;
    use Thread::Running;
    
  2. or download this
    sub search {
    
    ...
        };
    
    }
    
  3. or download this
    share(%results);
    
  4. or download this
    threads->create(\&search, $foo, $bar);