Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXZ
          ]
        
        perl-threads-shared - Perl extension for sharing data structures between threads
        
        
        - Description:
- By default, variables are private to each thread, and each newly created thread
gets a private copy of each existing variable. This module allows you to share
variables across different threads (and pseudo-forks on Win32). It is used
together with the threads module.
This module supports the sharing of the following data types only: scalars and
scalar refs, arrays and array refs, and hashes and hash refs. 
Packages
        
        
            | perl-threads-shared-1.32-4m.mo7.i686
              [33 KiB] | Changelog
              by Yohsuke Ooi (2011-01-14): - (6:5.12.1-4m)
- [SECURITY] CVE-2010-2761 CVE-2010-4410
- update CGI.pm to 3.50 by applying patch |