Next 1.0 Perl threads Prev

Perl threads

Perl threads are different from most of the other thread models.

By default no data is shared. All data is copied on the thread creation.

You need perl 5.8.0 or better yet 5.8.1 to use the current thread API.

Next Perl Threads Prev