Install Perl 5.8.8
[msysgit.git] / mingw / html / lib / File / Spec / OS2.html
blob186ff2218a0420363e7f04a16654240336740fb7
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>File::Spec::OS2 - methods for OS/2 file specs</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;File::Spec::OS2 - methods for OS/2 file specs</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 <li><a href="#copyright">COPYRIGHT</a></li>
26 </ul>
27 <!-- INDEX END -->
29 <hr />
30 <p>
31 </p>
32 <h1><a name="name">NAME</a></h1>
33 <p>File::Spec::OS2 - methods for OS/2 file specs</p>
34 <p>
35 </p>
36 <hr />
37 <h1><a name="synopsis">SYNOPSIS</a></h1>
38 <pre>
39 require File::Spec::OS2; # Done internally by File::Spec if needed</pre>
40 <p>
41 </p>
42 <hr />
43 <h1><a name="description">DESCRIPTION</a></h1>
44 <p>See <a href="file://C|\msysgit\mingw\html/lib/File/Spec.html">the File::Spec manpage</a> and <a href="file://C|\msysgit\mingw\html/lib/File/Spec/Unix.html">the File::Spec::Unix manpage</a>. This package overrides the
45 implementation of these methods, not the semantics.</p>
46 <p>Amongst the changes made for OS/2 are...</p>
47 <dl>
48 <dt><strong><a name="item_tmpdir">tmpdir</a></strong>
50 <dd>
51 <p>Modifies the list of places temp directory information is looked for.</p>
52 </dd>
53 <dd>
54 <pre>
55 $ENV{TMPDIR}
56 $ENV{TEMP}
57 $ENV{TMP}
58 /tmp
59 /</pre>
60 </dd>
61 </li>
62 <dt><strong><a name="item_splitpath">splitpath</a></strong>
64 <dd>
65 <p>Volumes can be drive letters or UNC sharenames (\\server\share).</p>
66 </dd>
67 </li>
68 </dl>
69 <p>
70 </p>
71 <hr />
72 <h1><a name="copyright">COPYRIGHT</a></h1>
73 <p>Copyright (c) 2004 by the Perl 5 Porters. All rights reserved.</p>
74 <p>This program is free software; you can redistribute it and/or modify
75 it under the same terms as Perl itself.</p>
76 <table border="0" width="100%" cellspacing="0" cellpadding="3">
77 <tr><td class="block" style="background-color: #cccccc" valign="middle">
78 <big><strong><span class="block">&nbsp;File::Spec::OS2 - methods for OS/2 file specs</span></strong></big>
79 </td></tr>
80 </table>
82 </body>
84 </html>