Install Perl 5.8.8
[msysgit.git] / mingw / html / lib / File / Spec / Functions.html
blob838295187aa2d143e9d17469763387b3d982f178
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::Functions - portably perform operations on file names</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::Functions - portably perform operations on file names</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>
27 <li><a href="#exports">Exports</a></li>
28 </ul>
30 <li><a href="#copyright">COPYRIGHT</a></li>
31 <li><a href="#see_also">SEE ALSO</a></li>
32 </ul>
33 <!-- INDEX END -->
35 <hr />
36 <p>
37 </p>
38 <h1><a name="name">NAME</a></h1>
39 <p>File::Spec::Functions - portably perform operations on file names</p>
40 <p>
41 </p>
42 <hr />
43 <h1><a name="synopsis">SYNOPSIS</a></h1>
44 <pre>
45 use File::Spec::Functions;
46 $x = catfile('a','b');</pre>
47 <p>
48 </p>
49 <hr />
50 <h1><a name="description">DESCRIPTION</a></h1>
51 <p>This module exports convenience functions for all of the class methods
52 provided by File::Spec.</p>
53 <p>For a reference of available functions, please consult <a href="file://C|\msysgit\mingw\html/lib/File/Spec/Unix.html">the File::Spec::Unix manpage</a>,
54 which contains the entire set, and which is inherited by the modules for
55 other platforms. For further information, please see <a href="file://C|\msysgit\mingw\html/lib/File/Spec/Mac.html">the File::Spec::Mac manpage</a>,
56 <a href="file://C|\msysgit\mingw\html/lib/File/Spec/OS2.html">the File::Spec::OS2 manpage</a>, <a href="file://C|\msysgit\mingw\html/lib/File/Spec/Win32.html">the File::Spec::Win32 manpage</a>, or <a href="file://C|\msysgit\mingw\html/lib/File/Spec/VMS.html">the File::Spec::VMS manpage</a>.</p>
57 <p>
58 </p>
59 <h2><a name="exports">Exports</a></h2>
60 <p>The following functions are exported by default.</p>
61 <pre>
62 canonpath
63 catdir
64 catfile
65 curdir
66 rootdir
67 updir
68 no_upwards
69 file_name_is_absolute
70 path</pre>
71 <p>The following functions are exported only by request.</p>
72 <pre>
73 devnull
74 tmpdir
75 splitpath
76 splitdir
77 catpath
78 abs2rel
79 rel2abs
80 case_tolerant</pre>
81 <p>All the functions may be imported using the <code>:ALL</code> tag.</p>
82 <p>
83 </p>
84 <hr />
85 <h1><a name="copyright">COPYRIGHT</a></h1>
86 <p>Copyright (c) 2004 by the Perl 5 Porters. All rights reserved.</p>
87 <p>This program is free software; you can redistribute it and/or modify
88 it under the same terms as Perl itself.</p>
89 <p>
90 </p>
91 <hr />
92 <h1><a name="see_also">SEE ALSO</a></h1>
93 <p>File::Spec, File::Spec::Unix, File::Spec::Mac, File::Spec::OS2,
94 File::Spec::Win32, File::Spec::VMS, ExtUtils::MakeMaker</p>
95 <table border="0" width="100%" cellspacing="0" cellpadding="3">
96 <tr><td class="block" style="background-color: #cccccc" valign="middle">
97 <big><strong><span class="block">&nbsp;File::Spec::Functions - portably perform operations on file names</span></strong></big>
98 </td></tr>
99 </table>
101 </body>
103 </html>