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">
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:" />
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"> File::Spec::Functions - portably perform operations on file names
</span></strong></big>
17 <p><a name=
"__index__"></a></p>
22 <li><a href=
"#name">NAME
</a></li>
23 <li><a href=
"#synopsis">SYNOPSIS
</a></li>
24 <li><a href=
"#description">DESCRIPTION
</a></li>
27 <li><a href=
"#exports">Exports
</a></li>
30 <li><a href=
"#copyright">COPYRIGHT
</a></li>
31 <li><a href=
"#see_also">SEE ALSO
</a></li>
38 <h1><a name=
"name">NAME
</a></h1>
39 <p>File::Spec::Functions - portably perform operations on file names
</p>
43 <h1><a name=
"synopsis">SYNOPSIS
</a></h1>
45 use File::Spec::Functions;
46 $x = catfile('a','b');
</pre>
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>
59 <h2><a name=
"exports">Exports
</a></h2>
60 <p>The following functions are exported by default.
</p>
71 <p>The following functions are exported only by request.
</p>
81 <p>All the functions may be imported using the
<code>:ALL
</code> tag.
</p>
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>
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"> File::Spec::Functions - portably perform operations on file names
</span></strong></big>