The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Thread::Specific - thread-specific keys

SYNOPSIS

    use Thread::Specific;
    my $k = key_create Thread::Specific;

DESCRIPTION

key_create returns a unique thread-specific key.