Install Perl 5.8.8
[msysgit.git] / mingw / html / ext / Thread / Thread / Specific.html
blobb019cfc47ce596e5a1eeb23ad380ea25d6a52cec
1 <?xml version="1.0" ?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <title>Thread::Specific - thread-specific keys</title>
6 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7 <link rev="made" href="mailto:" />
8 </head>
10 <body style="background-color: white">
11 <table border="0" width="100%" cellspacing="0" cellpadding="3">
12 <tr><td class="block" style="background-color: #cccccc" valign="middle">
13 <big><strong><span class="block">&nbsp;Thread::Specific - thread-specific keys</span></strong></big>
14 </td></tr>
15 </table>
17 <p><a name="__index__"></a></p>
18 <!-- INDEX BEGIN -->
20 <ul>
22 <li><a href="#name">NAME</a></li>
23 <li><a href="#synopsis">SYNOPSIS</a></li>
24 <li><a href="#description">DESCRIPTION</a></li>
25 </ul>
26 <!-- INDEX END -->
28 <hr />
29 <p>
30 </p>
31 <h1><a name="name">NAME</a></h1>
32 <p>Thread::Specific - thread-specific keys</p>
33 <p>
34 </p>
35 <hr />
36 <h1><a name="synopsis">SYNOPSIS</a></h1>
37 <pre>
38 use Thread::Specific;
39 my $k = key_create Thread::Specific;</pre>
40 <p>
41 </p>
42 <hr />
43 <h1><a name="description">DESCRIPTION</a></h1>
44 <p><code>key_create</code> returns a unique thread-specific key.</p>
45 <table border="0" width="100%" cellspacing="0" cellpadding="3">
46 <tr><td class="block" style="background-color: #cccccc" valign="middle">
47 <big><strong><span class="block">&nbsp;Thread::Specific - thread-specific keys</span></strong></big>
48 </td></tr>
49 </table>
51 </body>
53 </html>