Perlthrtut

PERLTHRTUT(1) Perl Programmers Reference Guide PERLTHRTUT(1)

Perlthrtut

PERLTHRTUT(1) Perl Programmers Reference Guide PERLTHRTUT(1) # PERLTHRTUT(1) Perl Programmers Reference Guide PERLTHRTUT(1) NNAAMMEE # perlthrtut - Tutorial on threads in Perl DDEESSCCRRIIPPTTIIOONN # This tutorial describes the use of Perl interpreter threads (sometimes referred to as _i_t_h_r_e_a_d_s). In this model, each thread runs in its own Perl interpreter, and any data sharing between threads must be explicit. The user-level interface for _i_t_h_r_e_a_d_s uses the threads class. NNOOTTEE: There was another older Perl threading flavor called the 5. ...